#B99261

Color #B99261 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B99261

Tints of Barley Corn #B99261

Color information

#B99261 (or 0xB99261) is unknown color: approx Barley Corn. HEX triplet: B9, 92 and 61. RGB value is (185,146,97). Sum of RGB (Red+Green+Blue) = 185+146+97=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B99261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99261 is #466D9E. Grayscale: #989898. Windows color (decimal): -4615583 or 6394553. OLE color: 6394553.

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

Color convert

RGB18514697-
CMYK00.210.480.27
HSL33.41º38.6%55.29%-
HSV(B)33.41º47.57%72.55%-
XYZ32.4431.7415.72-
YUV152.0796.92151.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=43.22%
G=34.11%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851469700.210.480.2733.4138.655.29
HexB99261015301B212737
Octal2712221410256033414767
Binary1011100110010010110000101010111000011011100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99261; }

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

 H1.HeaderClassName
 {
   color: #B99261;
 }
 .AnyTagClassName
 {
   color: #B99261;
 }
</style>
background-color css

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

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

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

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

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

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