Html Css Color HEX #BDB486 Coriander

📋 copy color: '#BDB486'

red 189 ◦ green 180 ◦ blue 134

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

Shades of Coriander #BDB486

Tints of Coriander #BDB486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.79%

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

R = 37.57%
G = 35.79%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDB486 (or 0xBDB486) is known color: Coriander. HEX triplet: BD, B4 and 86. RGB value is (189,180,134). Sum of RGB (Red+Green+Blue) = 189+180+134=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB486 is #424B79. Grayscale: #B1B1B1. Windows color (decimal): -4344698 or 8828093. OLE color: 8828093.

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

Color convert

RGB 189 180 134 -
CMYK 0 0.05 0.29 0.26
HSL 50.18º 0.29% 0.63% -
HSV(B) 50.18º 0.29% 0.74% -
XYZ 41.61 45.18 29.08 -
YUV 177.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 189 180 134 0 0.05 0.29 0.26 50.18 0.29 0.63
Hex BD B4 86 0 5 1D 1A 32 1D 3F
Octal 275 264 206 0 5 35 32 62 35 77
Binary 10111101 10110100 10000110 0 101 11101 11010 110010 11101 111111

Color Harmonies of #BDB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB486

Black with #BDB486

Text Example


Text Example

White with #BDB486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB486; }

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

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

background-color css

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

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

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

border-color css

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

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

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