Html Css Color HEX #B99C57 Barley Corn

📋 copy color: '#B99C57'

red 185 ◦ green 156 ◦ blue 87

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

Shades of Barley Corn #B99C57

Tints of Barley Corn #B99C57

RGB

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

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

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

R = 43.22%
G = 36.45%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B99C57 (or 0xB99C57) is known color: Barley Corn. HEX triplet: B9, 9C and 57. RGB value is (185,156,87). Sum of RGB (Red+Green+Blue) = 185+156+87=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C57 is #4663A8. Grayscale: #9D9D9D. Windows color (decimal): -4613033 or 5741753. OLE color: 5741753.

HSL color Cylindrical-coordinate representation of color #B99C57: hue angle of 42.24º 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 #B99C57 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 156 87 -
CMYK 0 0.16 0.53 0.27
HSL 42.24º 0.41% 0.53% -
HSV(B) 42.24º 0.53% 0.73% -
XYZ 33.62 34.78 13.96 -
YUV 156.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 185 156 87 0 0.16 0.53 0.27 42.24 0.41 0.53
Hex B9 9C 57 0 10 35 1B 2A 29 35
Octal 271 234 127 0 20 65 33 52 51 65
Binary 10111001 10011100 1010111 0 10000 110101 11011 101010 101001 110101

Color Harmonies of #B99C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C57

Black with #B99C57

Text Example


Text Example

White with #B99C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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