Html Css Color HEX #BDB682 Coriander

📋 copy color: '#BDB682'

red 189 ◦ green 182 ◦ blue 130

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

Shades of Coriander #BDB682

Tints of Coriander #BDB682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 37.72%
G = 36.33%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDB682 (or 0xBDB682) is known color: Coriander. HEX triplet: BD, B6 and 82. RGB value is (189,182,130). Sum of RGB (Red+Green+Blue) = 189+182+130=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB682 is #42497D. Grayscale: #B2B2B2. Windows color (decimal): -4344190 or 8566461. OLE color: 8566461.

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

Color convert

RGB 189 182 130 -
CMYK 0 0.04 0.31 0.26
HSL 52.88º 0.31% 0.63% -
HSV(B) 52.88º 0.31% 0.74% -
XYZ 41.74 45.89 27.78 -
YUV 178.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 189 182 130 0 0.04 0.31 0.26 52.88 0.31 0.63
Hex BD B6 82 0 4 1F 1A 35 1F 3F
Octal 275 266 202 0 4 37 32 65 37 77
Binary 10111101 10110110 10000010 0 100 11111 11010 110101 11111 111111

Color Harmonies of #BDB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB682

Black with #BDB682

Text Example


Text Example

White with #BDB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB682; }

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

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

background-color css

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

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

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

border-color css

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

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

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