Html Css Color HEX #BDB986 Coriander

📋 copy color: '#BDB986'

red 189 ◦ green 185 ◦ blue 134

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

Shades of Coriander #BDB986

Tints of Coriander #BDB986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.38%

R = 37.2%
G = 36.42%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDB986 (or 0xBDB986) is known color: Coriander. HEX triplet: BD, B9 and 86. RGB value is (189,185,134). Sum of RGB (Red+Green+Blue) = 189+185+134=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB986 is #424679. Grayscale: #B4B4B4. Windows color (decimal): -4343418 or 8829373. OLE color: 8829373.

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

Color convert

RGB 189 185 134 -
CMYK 0 0.02 0.29 0.26
HSL 55.64º 0.29% 0.63% -
HSV(B) 55.64º 0.29% 0.74% -
XYZ 42.64 47.24 29.42 -
YUV 180.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 189 185 134 0 0.02 0.29 0.26 55.64 0.29 0.63
Hex BD B9 86 0 2 1D 1A 38 1D 3F
Octal 275 271 206 0 2 35 32 70 35 77
Binary 10111101 10111001 10000110 0 10 11101 11010 111000 11101 111111

Color Harmonies of #BDB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB986

Black with #BDB986

Text Example


Text Example

White with #BDB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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