#BB925F

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

Shades of Barley Corn #BB925F

Tints of Barley Corn #BB925F

Color information

#BB925F (or 0xBB925F) is unknown color: approx Barley Corn. HEX triplet: BB, 92 and 5F. RGB value is (187,146,95). Sum of RGB (Red+Green+Blue) = 187+146+95=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB925F is #446DA0. Grayscale: #989898. Windows color (decimal): -4484513 or 6263483. OLE color: 6263483.

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

Color convert

RGB18714695-
CMYK00.220.490.27
HSL33.26º40.35%55.29%-
HSV(B)33.26º49.2%73.33%-
XYZ32.8431.9515.26-
YUV152.4595.58152.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=43.69%
G=34.11%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871469500.220.490.2733.2640.3555.29
HexBB925F016311B212837
Octal2732221370266133415067
Binary1011101110010010101111101011011000111011100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB925F; }

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

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

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

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

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

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

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

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