Html Css Color HEX #B99857 Barley Corn

📋 copy color: '#B99857'

red 185 ◦ green 152 ◦ blue 87

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

Shades of Barley Corn #B99857

Tints of Barley Corn #B99857

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.85%

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

R = 43.63%
G = 35.85%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B99857 (or 0xB99857) is known color: Barley Corn. HEX triplet: B9, 98 and 57. RGB value is (185,152,87). Sum of RGB (Red+Green+Blue) = 185+152+87=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B99857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99857 is #4667A8. Grayscale: #9A9A9A. Windows color (decimal): -4614057 or 5740729. OLE color: 5740729.

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

Color convert

RGB 185 152 87 -
CMYK 0 0.18 0.53 0.27
HSL 39.8º 0.41% 0.53% -
HSV(B) 39.8º 0.53% 0.73% -
XYZ 32.96 33.46 13.74 -
YUV 154.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 185 152 87 0 0.18 0.53 0.27 39.8 0.41 0.53
Hex B9 98 57 0 12 35 1B 28 29 35
Octal 271 230 127 0 22 65 33 50 51 65
Binary 10111001 10011000 1010111 0 10010 110101 11011 101000 101001 110101

Color Harmonies of #B99857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99857

Black with #B99857

Text Example


Text Example

White with #B99857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99857; }

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

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

background-color css

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

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

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

border-color css

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

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

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