Html Css Color HEX #B99D57 Barley Corn

📋 copy color: '#B99D57'

red 185 ◦ green 157 ◦ blue 87

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

Shades of Barley Corn #B99D57

Tints of Barley Corn #B99D57

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

 GREEN value IS 157 (61.72% from 255) = 36.6%

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

R = 43.12%
G = 36.6%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B99D57 (or 0xB99D57) is known color: Barley Corn. HEX triplet: B9, 9D and 57. RGB value is (185,157,87). Sum of RGB (Red+Green+Blue) = 185+157+87=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D57 is #4662A8. Grayscale: #9D9D9D. Windows color (decimal): -4612777 or 5742009. OLE color: 5742009.

HSL color Cylindrical-coordinate representation of color #B99D57: hue angle of 42.86º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B99D57 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 87 -
CMYK 0 0.15 0.53 0.27
HSL 42.86º 0.41% 0.53% -
HSV(B) 42.86º 0.53% 0.73% -
XYZ 33.78 35.12 14.01 -
YUV 157.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 185 157 87 0 0.15 0.53 0.27 42.86 0.41 0.53
Hex B9 9D 57 0 F 35 1B 2B 29 35
Octal 271 235 127 0 17 65 33 53 51 65
Binary 10111001 10011101 1010111 0 1111 110101 11011 101011 101001 110101

Color Harmonies of #B99D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D57

Black with #B99D57

Text Example


Text Example

White with #B99D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D57; }

 p { color: rgb(185,157,87); }

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

background-color css

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

 a { background-color: rgb(185,157,87); }

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

border-color css

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

 span { border-color: rgb(185,157,87); }

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