Html Css Color HEX #BD9A5E Barley Corn

📋 copy color: '#BD9A5E'

red 189 ◦ green 154 ◦ blue 94

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

Shades of Barley Corn #BD9A5E

Tints of Barley Corn #BD9A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.24%

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 43.25%
G = 35.24%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD9A5E (or 0xBD9A5E) is known color: Barley Corn. HEX triplet: BD, 9A and 5E. RGB value is (189,154,94). Sum of RGB (Red+Green+Blue) = 189+154+94=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A5E is #4265A1. Grayscale: #9D9D9D. Windows color (decimal): -4351394 or 6199997. OLE color: 6199997.

HSL color Cylindrical-coordinate representation of color #BD9A5E: hue angle of 37.89º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD9A5E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 154 94 -
CMYK 0 0.19 0.50 0.26
HSL 37.89º 0.42% 0.55% -
HSV(B) 37.89º 0.5% 0.74% -
XYZ 34.56 34.74 15.47 -
YUV 157.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 189 154 94 0 0.19 0.50 0.26 37.89 0.42 0.55
Hex BD 9A 5E 0 13 32 1A 26 2A 37
Octal 275 232 136 0 23 62 32 46 52 67
Binary 10111101 10011010 1011110 0 10011 110010 11010 100110 101010 110111

Color Harmonies of #BD9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A5E

Black with #BD9A5E

Text Example


Text Example

White with #BD9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A5E; }

 p { color: rgb(189,154,94); }

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

background-color css

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

 a { background-color: rgb(189,154,94); }

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

border-color css

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

 span { border-color: rgb(189,154,94); }

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