Html Css Color HEX #BDBB8C Coriander

📋 copy color: '#BDBB8C'

red 189 ◦ green 187 ◦ blue 140

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

Shades of Coriander #BDBB8C

Tints of Coriander #BDBB8C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.24%

 BLUE value IS 140 (55.08% from 255) = 27.13%

R = 36.63%
G = 36.24%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDBB8C (or 0xBDBB8C) is known color: Coriander. HEX triplet: BD, BB and 8C. RGB value is (189,187,140). Sum of RGB (Red+Green+Blue) = 189+187+140=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8C is #424473. Grayscale: #B6B6B6. Windows color (decimal): -4342900 or 9223101. OLE color: 9223101.

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

Color convert

RGB 189 187 140 -
CMYK 0 0.01 0.26 0.26
HSL 57.55º 0.27% 0.65% -
HSV(B) 57.55º 0.26% 0.74% -
XYZ 43.49 48.25 31.83 -
YUV 182.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 189 187 140 0 0.01 0.26 0.26 57.55 0.27 0.65
Hex BD BB 8C 0 1 1A 1A 3A 1B 41
Octal 275 273 214 0 1 32 32 72 33 101
Binary 10111101 10111011 10001100 0 1 11010 11010 111010 11011 1000001

Color Harmonies of #BDBB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB8C

Black with #BDBB8C

Text Example


Text Example

White with #BDBB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB8C; }

 p { color: rgb(189,187,140); }

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

background-color css

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

 a { background-color: rgb(189,187,140); }

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

border-color css

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

 span { border-color: rgb(189,187,140); }

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