Color Hex Logo

#bfb488 Color Hex

#BFB488
(191,180,136)
0 Favorites   0 Comments

Color spaces of #bfb488

RGB 191180136
HSL0.130.300.64
HSV48°29°75°
CMYK 0.000.060.29   0.25
XYZ42.251045.496529.8474
Yxy45.49650.35930.3869
Hunter Lab67.4511-6.228020.9797
CIE-Lab73.2176-2.963623.9027

#bfb488 color RGB value is (191,180,136).

#bfb488 hex color red value is 191, green value is 180 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bfb488 hue: 0.13 , saturation: 0.30 and the lightness value of bfb488 is 0.64.

The process color (four color CMYK) of #bfb488 color hex is 0.00, 0.06, 0.29, 0.25. Web safe color of #bfb488 is #cccc99. Color #bfb488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 10001000
Octal 277 264 210
Decimal 191 180 136
Hex BF B4 88

RGB Percentages of Color #bfb488

%37.67
%35.50
%26.82

CMYK Percentages of Color #bfb488

%0
%6
%29
%25

Triadic Colors of #bfb488

#bfb488 #88bfb4 #b488bf

Analogous Colors of #bfb488

#bfb488 #afbf88 #bf9988

Monochromatic Colors of #bfb488

#bfb488

Complementary Color

#bfb488 #8893bf

#bfb488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb488 Color CSS Codes

.mybgcolor {background-color:#bfb488; } 
.myforecolor {color:#bfb488; }
.mybordercolor {border:3px solid #bfb488; }

#bfb488 Text Font Color

<p style="color:#bfb488">Text here</p>

This sample text font color is #bfb488
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfb488 Background Color

<div style="background-color:#bfb488">
Div content here</div>

This div background color is #bfb488


#bfb488 Border Color

<div style="border:3px solid #bfb488">
Div here</div>

This div border color is #bfb488


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,180,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfb488; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfb488;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb488;
  box-shadow:         1px 1px 3px 2px #bfb488; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,180,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfb488">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb488;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb488;
  box-shadow:         1px 1px 3px 2px #bfb488;">
Div content here</div>

This div box has shadow with color #bfb488


Comments

No comments written yet.

Please login to write comment.