Html Css Color HEX #BD9C59 Barley Corn

📋 copy color: '#BD9C59'

red 189 ◦ green 156 ◦ blue 89

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

Shades of Barley Corn #BD9C59

Tints of Barley Corn #BD9C59

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.94%

 BLUE value IS 89 (35.16% from 255) = 20.51%

R = 43.55%
G = 35.94%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD9C59 (or 0xBD9C59) is known color: Barley Corn. HEX triplet: BD, 9C and 59. RGB value is (189,156,89). Sum of RGB (Red+Green+Blue) = 189+156+89=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C59 is #4263A6. Grayscale: #9E9E9E. Windows color (decimal): -4350887 or 5872829. OLE color: 5872829.

HSL color Cylindrical-coordinate representation of color #BD9C59: hue angle of 40.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD9C59 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 156 89 -
CMYK 0 0.17 0.53 0.26
HSL 40.2º 0.43% 0.55% -
HSV(B) 40.2º 0.53% 0.74% -
XYZ 34.68 35.32 14.44 -
YUV 158.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 189 156 89 0 0.17 0.53 0.26 40.2 0.43 0.55
Hex BD 9C 59 0 11 35 1A 28 2B 37
Octal 275 234 131 0 21 65 32 50 53 67
Binary 10111101 10011100 1011001 0 10001 110101 11010 101000 101011 110111

Color Harmonies of #BD9C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C59

Black with #BD9C59

Text Example


Text Example

White with #BD9C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C59; }

 p { color: rgb(189,156,89); }

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

background-color css

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

 a { background-color: rgb(189,156,89); }

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

border-color css

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

 span { border-color: rgb(189,156,89); }

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