Html Css Color HEX #B99458 Barley Corn

📋 copy color: '#B99458'

red 185 ◦ green 148 ◦ blue 88

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

Shades of Barley Corn #B99458

Tints of Barley Corn #B99458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.9%

R = 43.94%
G = 35.15%
B = 20.9%

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

#B99458 (or 0xB99458) is known color: Barley Corn. HEX triplet: B9, 94 and 58. RGB value is (185,148,88). Sum of RGB (Red+Green+Blue) = 185+148+88=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B99458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99458 is #466BA7. Grayscale: #989898. Windows color (decimal): -4615080 or 5805241. OLE color: 5805241.

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

Color convert

RGB 185 148 88 -
CMYK 0 0.20 0.52 0.27
HSL 37.11º 0.41% 0.54% -
HSV(B) 37.11º 0.52% 0.73% -
XYZ 32.36 32.2 13.74 -
YUV 152.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 185 148 88 0 0.20 0.52 0.27 37.11 0.41 0.54
Hex B9 94 58 0 14 34 1B 25 29 36
Octal 271 224 130 0 24 64 33 45 51 66
Binary 10111001 10010100 1011000 0 10100 110100 11011 100101 101001 110110

Color Harmonies of #B99458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99458

Black with #B99458

Text Example


Text Example

White with #B99458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99458; }

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

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

background-color css

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

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

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

border-color css

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

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

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