Html Css Color HEX #BD9A57 Barley Corn

📋 copy color: '#BD9A57'

red 189 ◦ green 154 ◦ blue 87

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

Shades of Barley Corn #BD9A57

Tints of Barley Corn #BD9A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.23%

R = 43.95%
G = 35.81%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD9A57 (or 0xBD9A57) is known color: Barley Corn. HEX triplet: BD, 9A and 57. RGB value is (189,154,87). Sum of RGB (Red+Green+Blue) = 189+154+87=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A57 is #4265A8. Grayscale: #9D9D9D. Windows color (decimal): -4351401 or 5741245. OLE color: 5741245.

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

Color convert

RGB 189 154 87 -
CMYK 0 0.19 0.54 0.26
HSL 39.41º 0.44% 0.54% -
HSV(B) 39.41º 0.54% 0.74% -
XYZ 34.26 34.62 13.89 -
YUV 156.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 189 154 87 0 0.19 0.54 0.26 39.41 0.44 0.54
Hex BD 9A 57 0 13 36 1A 27 2C 36
Octal 275 232 127 0 23 66 32 47 54 66
Binary 10111101 10011010 1010111 0 10011 110110 11010 100111 101100 110110

Color Harmonies of #BD9A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A57

Black with #BD9A57

Text Example


Text Example

White with #BD9A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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