Html Css Color HEX #BDBB8E Coriander

📋 copy color: '#BDBB8E'

red 189 ◦ green 187 ◦ blue 142

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

Shades of Coriander #BDBB8E

Tints of Coriander #BDBB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.41%

R = 36.49%
G = 36.1%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDBB8E (or 0xBDBB8E) is known color: Coriander. HEX triplet: BD, BB and 8E. RGB value is (189,187,142). Sum of RGB (Red+Green+Blue) = 189+187+142=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8E is #424471. Grayscale: #B6B6B6. Windows color (decimal): -4342898 or 9354173. OLE color: 9354173.

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

Color convert

RGB 189 187 142 -
CMYK 0 0.01 0.25 0.26
HSL 57.45º 0.26% 0.65% -
HSV(B) 57.45º 0.25% 0.74% -
XYZ 43.64 48.31 32.62 -
YUV 182.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 189 187 142 0 0.01 0.25 0.26 57.45 0.26 0.65
Hex BD BB 8E 0 1 19 1A 39 1A 41
Octal 275 273 216 0 1 31 32 71 32 101
Binary 10111101 10111011 10001110 0 1 11001 11010 111001 11010 1000001

Color Harmonies of #BDBB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB8E

Black with #BDBB8E

Text Example


Text Example

White with #BDBB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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