Html Css Color HEX #B99262 Barley Corn

📋 copy color: '#B99262'

red 185 ◦ green 146 ◦ blue 98

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

Shades of Barley Corn #B99262

Tints of Barley Corn #B99262

RGB

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

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

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

R = 43.12%
G = 34.03%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B99262 (or 0xB99262) is known color: Barley Corn. HEX triplet: B9, 92 and 62. RGB value is (185,146,98). Sum of RGB (Red+Green+Blue) = 185+146+98=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B99262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99262 is #466D9D. Grayscale: #989898. Windows color (decimal): -4615582 or 6460089. OLE color: 6460089.

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

Color convert

RGB 185 146 98 -
CMYK 0 0.21 0.47 0.27
HSL 33.1º 0.38% 0.55% -
HSV(B) 33.1º 0.47% 0.73% -
XYZ 32.49 31.75 15.97 -
YUV 152.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 185 146 98 0 0.21 0.47 0.27 33.1 0.38 0.55
Hex B9 92 62 0 15 2F 1B 21 26 37
Octal 271 222 142 0 25 57 33 41 46 67
Binary 10111001 10010010 1100010 0 10101 101111 11011 100001 100110 110111

Color Harmonies of #B99262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99262

Black with #B99262

Text Example


Text Example

White with #B99262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99262; }

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

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

background-color css

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

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

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

border-color css

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

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

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