Html Css Color HEX #BDB991 Coriander

📋 copy color: '#BDB991'

red 189 ◦ green 185 ◦ blue 145

#BDB991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #BDB991

Tints of Coriander #BDB991

RGB

 RED value IS 189 (74.22% from 255) = 36.42%

 GREEN value IS 185 (72.66% from 255) = 35.65%

 BLUE value IS 145 (57.03% from 255) = 27.94%

R = 36.42%
G = 35.65%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB991 (or 0xBDB991) is known color: Coriander. HEX triplet: BD, B9 and 91. RGB value is (189,185,145). Sum of RGB (Red+Green+Blue) = 189+185+145=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB991 is #42466E. Grayscale: #B5B5B5. Windows color (decimal): -4343407 or 9550269. OLE color: 9550269.

HSL color Cylindrical-coordinate representation of color #BDB991: hue angle of 54.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB991 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 145 -
CMYK 0 0.02 0.23 0.26
HSL 54.55º 0.25% 0.65% -
HSV(B) 54.55º 0.23% 0.74% -
XYZ 43.45 47.56 33.68 -
YUV 181.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 189 185 145 0 0.02 0.23 0.26 54.55 0.25 0.65
Hex BD B9 91 0 2 17 1A 37 19 41
Octal 275 271 221 0 2 27 32 67 31 101
Binary 10111101 10111001 10010001 0 10 10111 11010 110111 11001 1000001

Color Harmonies of #BDB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB991

Black with #BDB991

Text Example


Text Example

White with #BDB991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB991; }

 p { color: rgb(189,185,145); }

 H1.HeaderClassName
 {
   color: #BDB991;
 }
 .AnyTagClassName
 {
   color: #BDB991;
 }
</style>

background-color css

<style>
 a { background-color: #BDB991; }

 a { background-color: rgb(189,185,145); }

 div.DivClassName
 {
   background-color: #BDB991;
 }
 .BgClassName
 {
   background-color: #BDB991;
 }
</style>

border-color css

<style>
 span { border-color: #BDB991; }

 span { border-color: rgb(189,185,145); }

 td.TdClassName
 {
   border-color: #BDB991;
 }
 .TagClassName
 {
   border-color: #BDB991;
 }
</style>