Html Css Color HEX #B99259 Barley Corn

📋 copy color: '#B99259'

red 185 ◦ green 146 ◦ blue 89

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

Shades of Barley Corn #B99259

Tints of Barley Corn #B99259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

 BLUE value IS 89 (35.16% from 255) = 21.19%

R = 44.05%
G = 34.76%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B99259 (or 0xB99259) is known color: Barley Corn. HEX triplet: B9, 92 and 59. RGB value is (185,146,89). Sum of RGB (Red+Green+Blue) = 185+146+89=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B99259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99259 is #466DA6. Grayscale: #979797. Windows color (decimal): -4615591 or 5870265. OLE color: 5870265.

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

Color convert

RGB 185 146 89 -
CMYK 0 0.21 0.52 0.27
HSL 35.63º 0.41% 0.54% -
HSV(B) 35.63º 0.52% 0.73% -
XYZ 32.09 31.59 13.86 -
YUV 151.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 185 146 89 0 0.21 0.52 0.27 35.63 0.41 0.54
Hex B9 92 59 0 15 34 1B 24 29 36
Octal 271 222 131 0 25 64 33 44 51 66
Binary 10111001 10010010 1011001 0 10101 110100 11011 100100 101001 110110

Color Harmonies of #B99259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99259

Black with #B99259

Text Example


Text Example

White with #B99259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99259; }

 p { color: rgb(185,146,89); }

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

background-color css

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

 a { background-color: rgb(185,146,89); }

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

border-color css

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

 span { border-color: rgb(185,146,89); }

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