Html Css Color HEX #BD9B57 Barley Corn

📋 copy color: '#BD9B57'

red 189 ◦ green 155 ◦ blue 87

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

Shades of Barley Corn #BD9B57

Tints of Barley Corn #BD9B57

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

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

R = 43.85%
G = 35.96%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD9B57 (or 0xBD9B57) is known color: Barley Corn. HEX triplet: BD, 9B and 57. RGB value is (189,155,87). Sum of RGB (Red+Green+Blue) = 189+155+87=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B57 is #4264A8. Grayscale: #9D9D9D. Windows color (decimal): -4351145 or 5741501. OLE color: 5741501.

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

Color convert

RGB 189 155 87 -
CMYK 0 0.18 0.54 0.26
HSL 40º 0.44% 0.54% -
HSV(B) 40º 0.54% 0.74% -
XYZ 34.43 34.95 13.95 -
YUV 157.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 189 155 87 0 0.18 0.54 0.26 40 0.44 0.54
Hex BD 9B 57 0 12 36 1A 28 2C 36
Octal 275 233 127 0 22 66 32 50 54 66
Binary 10111101 10011011 1010111 0 10010 110110 11010 101000 101100 110110

Color Harmonies of #BD9B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B57

Black with #BD9B57

Text Example


Text Example

White with #BD9B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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