Html Css Color HEX #BDB996 Coriander

📋 copy color: '#BDB996'

red 189 ◦ green 185 ◦ blue 150

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

Shades of Coriander #BDB996

Tints of Coriander #BDB996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 36.07%
G = 35.31%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDB996 (or 0xBDB996) is known color: Coriander. HEX triplet: BD, B9 and 96. RGB value is (189,185,150). Sum of RGB (Red+Green+Blue) = 189+185+150=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB996 is #424669. Grayscale: #B6B6B6. Windows color (decimal): -4343402 or 9877949. OLE color: 9877949.

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

Color convert

RGB 189 185 150 -
CMYK 0 0.02 0.21 0.26
HSL 53.85º 0.23% 0.66% -
HSV(B) 53.85º 0.21% 0.74% -
XYZ 43.84 47.72 35.75 -
YUV 182.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 189 185 150 0 0.02 0.21 0.26 53.85 0.23 0.66
Hex BD B9 96 0 2 15 1A 36 17 42
Octal 275 271 226 0 2 25 32 66 27 102
Binary 10111101 10111001 10010110 0 10 10101 11010 110110 10111 1000010

Color Harmonies of #BDB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB996

Black with #BDB996

Text Example


Text Example

White with #BDB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB996; }

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

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

background-color css

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

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

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

border-color css

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

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

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