Html Css Color HEX #BDB786 Coriander

📋 copy color: '#BDB786'

red 189 ◦ green 183 ◦ blue 134

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

Shades of Coriander #BDB786

Tints of Coriander #BDB786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.17%

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

R = 37.35%
G = 36.17%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDB786 (or 0xBDB786) is known color: Coriander. HEX triplet: BD, B7 and 86. RGB value is (189,183,134). Sum of RGB (Red+Green+Blue) = 189+183+134=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB786 is #424879. Grayscale: #B3B3B3. Windows color (decimal): -4343930 or 8828861. OLE color: 8828861.

HSL color Cylindrical-coordinate representation of color #BDB786: hue angle of 53.45º 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 #BDB786 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 134 -
CMYK 0 0.03 0.29 0.26
HSL 53.45º 0.29% 0.63% -
HSV(B) 53.45º 0.29% 0.74% -
XYZ 42.22 46.41 29.29 -
YUV 179.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 189 183 134 0 0.03 0.29 0.26 53.45 0.29 0.63
Hex BD B7 86 0 3 1D 1A 35 1D 3F
Octal 275 267 206 0 3 35 32 65 35 77
Binary 10111101 10110111 10000110 0 11 11101 11010 110101 11101 111111

Color Harmonies of #BDB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB786

Black with #BDB786

Text Example


Text Example

White with #BDB786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB786; }

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

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

background-color css

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

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

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

border-color css

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

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

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