Html Css Color HEX #B99459 Barley Corn

📋 copy color: '#B99459'

red 185 ◦ green 148 ◦ blue 89

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

Shades of Barley Corn #B99459

Tints of Barley Corn #B99459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.07%

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

R = 43.84%
G = 35.07%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B99459 (or 0xB99459) is known color: Barley Corn. HEX triplet: B9, 94 and 59. RGB value is (185,148,89). Sum of RGB (Red+Green+Blue) = 185+148+89=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B99459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99459 is #466BA6. Grayscale: #989898. Windows color (decimal): -4615079 or 5870777. OLE color: 5870777.

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

Color convert

RGB 185 148 89 -
CMYK 0 0.20 0.52 0.27
HSL 36.88º 0.41% 0.54% -
HSV(B) 36.88º 0.52% 0.73% -
XYZ 32.4 32.22 13.96 -
YUV 152.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 185 148 89 0 0.20 0.52 0.27 36.88 0.41 0.54
Hex B9 94 59 0 14 34 1B 25 29 36
Octal 271 224 131 0 24 64 33 45 51 66
Binary 10111001 10010100 1011001 0 10100 110100 11011 100101 101001 110110

Color Harmonies of #B99459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99459

Black with #B99459

Text Example


Text Example

White with #B99459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99459; }

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

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

background-color css

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

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

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

border-color css

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

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

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