Html Css Color HEX #B99162 Barley Corn

📋 copy color: '#B99162'

red 185 ◦ green 145 ◦ blue 98

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

Shades of Barley Corn #B99162

Tints of Barley Corn #B99162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.88%

 BLUE value IS 98 (38.67% from 255) = 22.9%

R = 43.22%
G = 33.88%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B99162 (or 0xB99162) is known color: Barley Corn. HEX triplet: B9, 91 and 62. RGB value is (185,145,98). Sum of RGB (Red+Green+Blue) = 185+145+98=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B99162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99162 is #466E9D. Grayscale: #979797. Windows color (decimal): -4615838 or 6459833. OLE color: 6459833.

HSL color Cylindrical-coordinate representation of color #B99162: hue angle of 32.41º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B99162 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 145 98 -
CMYK 0 0.22 0.47 0.27
HSL 32.41º 0.38% 0.55% -
HSV(B) 32.41º 0.47% 0.73% -
XYZ 32.34 31.45 15.92 -
YUV 151.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 185 145 98 0 0.22 0.47 0.27 32.41 0.38 0.55
Hex B9 91 62 0 16 2F 1B 20 26 37
Octal 271 221 142 0 26 57 33 40 46 67
Binary 10111001 10010001 1100010 0 10110 101111 11011 100000 100110 110111

Color Harmonies of #B99162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99162

Black with #B99162

Text Example


Text Example

White with #B99162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99162; }

 p { color: rgb(185,145,98); }

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

background-color css

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

 a { background-color: rgb(185,145,98); }

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

border-color css

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

 span { border-color: rgb(185,145,98); }

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