#B9925C

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

Shades of Barley Corn #B9925C

Tints of Barley Corn #B9925C

Color information

#B9925C (or 0xB9925C) is unknown color: approx Barley Corn. HEX triplet: B9, 92 and 5C. RGB value is (185,146,92). Sum of RGB (Red+Green+Blue) = 185+146+92=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9925C is #466DA3. Grayscale: #979797. Windows color (decimal): -4615588 or 6066873. OLE color: 6066873.

HSL color Cylindrical-coordinate representation of color #B9925C: hue angle of 34.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9925C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18514692-
CMYK00.210.500.27
HSL34.84º39.91%54.31%-
HSV(B)34.84º50.27%72.55%-
XYZ32.2231.6414.54-
YUV151.594.42151.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=43.74%
G=34.52%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851469200.210.500.2734.8439.9154.31
HexB9925C015321B232836
Octal2712221340256233435066
Binary1011100110010010101110001010111001011011100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9925C; }

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

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

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

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

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

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

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

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