#BB925C

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

Shades of Barley Corn #BB925C

Tints of Barley Corn #BB925C

Color information

#BB925C (or 0xBB925C) is unknown color: approx Barley Corn. HEX triplet: BB, 92 and 5C. RGB value is (187,146,92). Sum of RGB (Red+Green+Blue) = 187+146+92=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB925C is #446DA3. Grayscale: #989898. Windows color (decimal): -4484516 or 6066875. OLE color: 6066875.

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

Color convert

RGB18714692-
CMYK00.220.510.27
HSL34.11º41.13%54.71%-
HSV(B)34.11º50.8%73.33%-
XYZ32.731.914.56-
YUV152.194.08152.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=44%
G=34.35%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871469200.220.510.2734.1141.1354.71
HexBB925C016331B222937
Octal2732221340266333425167
Binary1011101110010010101110001011011001111011100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB925C; }

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

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

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

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

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

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

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

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