Html Css Color HEX #B99B57 Barley Corn

📋 copy color: '#B99B57'

red 185 ◦ green 155 ◦ blue 87

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

Shades of Barley Corn #B99B57

Tints of Barley Corn #B99B57

RGB

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

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

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

R = 43.33%
G = 36.3%
B = 20.37%

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

#B99B57 (or 0xB99B57) is known color: Barley Corn. HEX triplet: B9, 9B and 57. RGB value is (185,155,87). Sum of RGB (Red+Green+Blue) = 185+155+87=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B57 is #4664A8. Grayscale: #9C9C9C. Windows color (decimal): -4613289 or 5741497. OLE color: 5741497.

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

Color convert

RGB 185 155 87 -
CMYK 0 0.16 0.53 0.27
HSL 41.63º 0.41% 0.53% -
HSV(B) 41.63º 0.53% 0.73% -
XYZ 33.45 34.45 13.9 -
YUV 156.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 185 155 87 0 0.16 0.53 0.27 41.63 0.41 0.53
Hex B9 9B 57 0 10 35 1B 2A 29 35
Octal 271 233 127 0 20 65 33 52 51 65
Binary 10111001 10011011 1010111 0 10000 110101 11011 101010 101001 110101

Color Harmonies of #B99B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B57

Black with #B99B57

Text Example


Text Example

White with #B99B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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