Html Css Color HEX #BDBB8F Coriander

📋 copy color: '#BDBB8F'

red 189 ◦ green 187 ◦ blue 143

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

Shades of Coriander #BDBB8F

Tints of Coriander #BDBB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.55%

R = 36.42%
G = 36.03%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDBB8F (or 0xBDBB8F) is known color: Coriander. HEX triplet: BD, BB and 8F. RGB value is (189,187,143). Sum of RGB (Red+Green+Blue) = 189+187+143=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8F is #424470. Grayscale: #B6B6B6. Windows color (decimal): -4342897 or 9419709. OLE color: 9419709.

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

Color convert

RGB 189 187 143 -
CMYK 0 0.01 0.24 0.26
HSL 57.39º 0.26% 0.65% -
HSV(B) 57.39º 0.24% 0.74% -
XYZ 43.71 48.34 33.01 -
YUV 182.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 189 187 143 0 0.01 0.24 0.26 57.39 0.26 0.65
Hex BD BB 8F 0 1 18 1A 39 1A 41
Octal 275 273 217 0 1 30 32 71 32 101
Binary 10111101 10111011 10001111 0 1 11000 11010 111001 11010 1000001

Color Harmonies of #BDBB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB8F

Black with #BDBB8F

Text Example


Text Example

White with #BDBB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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