Html Css Color HEX #BDB785 Coriander

📋 copy color: '#BDB785'

red 189 ◦ green 183 ◦ blue 133

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

Shades of Coriander #BDB785

Tints of Coriander #BDB785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 37.43%
G = 36.24%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDB785 (or 0xBDB785) is known color: Coriander. HEX triplet: BD, B7 and 85. RGB value is (189,183,133). Sum of RGB (Red+Green+Blue) = 189+183+133=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB785 is #42487A. Grayscale: #B3B3B3. Windows color (decimal): -4343931 or 8763325. OLE color: 8763325.

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

Color convert

RGB 189 183 133 -
CMYK 0 0.03 0.30 0.26
HSL 53.57º 0.3% 0.63% -
HSV(B) 53.57º 0.3% 0.74% -
XYZ 42.15 46.38 28.92 -
YUV 179.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 189 183 133 0 0.03 0.30 0.26 53.57 0.3 0.63
Hex BD B7 85 0 3 1E 1A 36 1E 3F
Octal 275 267 205 0 3 36 32 66 36 77
Binary 10111101 10110111 10000101 0 11 11110 11010 110110 11110 111111

Color Harmonies of #BDB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB785

Black with #BDB785

Text Example


Text Example

White with #BDB785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB785; }

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

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

background-color css

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

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

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

border-color css

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

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

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