Html Css Color HEX #BDB997 Coriander

📋 copy color: '#BDB997'

red 189 ◦ green 185 ◦ blue 151

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

Shades of Coriander #BDB997

Tints of Coriander #BDB997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.76%

R = 36%
G = 35.24%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB997 (or 0xBDB997) is known color: Coriander. HEX triplet: BD, B9 and 97. RGB value is (189,185,151). Sum of RGB (Red+Green+Blue) = 189+185+151=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB997 is #424668. Grayscale: #B6B6B6. Windows color (decimal): -4343401 or 9943485. OLE color: 9943485.

HSL color Cylindrical-coordinate representation of color #BDB997: hue angle of 53.68º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB997 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 151 -
CMYK 0 0.02 0.20 0.26
HSL 53.68º 0.22% 0.67% -
HSV(B) 53.68º 0.2% 0.74% -
XYZ 43.92 47.75 36.18 -
YUV 182.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 189 185 151 0 0.02 0.20 0.26 53.68 0.22 0.67
Hex BD B9 97 0 2 14 1A 36 16 43
Octal 275 271 227 0 2 24 32 66 26 103
Binary 10111101 10111001 10010111 0 10 10100 11010 110110 10110 1000011

Color Harmonies of #BDB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB997

Black with #BDB997

Text Example


Text Example

White with #BDB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB997; }

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

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

background-color css

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

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

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

border-color css

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

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

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