Html Css Color HEX #BDB685 Coriander

📋 copy color: '#BDB685'

red 189 ◦ green 182 ◦ blue 133

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

Shades of Coriander #BDB685

Tints of Coriander #BDB685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

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

R = 37.5%
G = 36.11%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDB685 (or 0xBDB685) is known color: Coriander. HEX triplet: BD, B6 and 85. RGB value is (189,182,133). Sum of RGB (Red+Green+Blue) = 189+182+133=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB685 is #42497A. Grayscale: #B2B2B2. Windows color (decimal): -4344187 or 8763069. OLE color: 8763069.

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

Color convert

RGB 189 182 133 -
CMYK 0 0.04 0.30 0.26
HSL 52.5º 0.3% 0.63% -
HSV(B) 52.5º 0.3% 0.74% -
XYZ 41.95 45.97 28.85 -
YUV 178.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 189 182 133 0 0.04 0.30 0.26 52.5 0.3 0.63
Hex BD B6 85 0 4 1E 1A 34 1E 3F
Octal 275 266 205 0 4 36 32 64 36 77
Binary 10111101 10110110 10000101 0 100 11110 11010 110100 11110 111111

Color Harmonies of #BDB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB685

Black with #BDB685

Text Example


Text Example

White with #BDB685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB685; }

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

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

background-color css

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

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

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

border-color css

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

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

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