#BB935C

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

Shades of Barley Corn #BB935C

Tints of Barley Corn #BB935C

Color information

#BB935C (or 0xBB935C) is unknown color: approx Barley Corn. HEX triplet: BB, 93 and 5C. RGB value is (187,147,92). Sum of RGB (Red+Green+Blue) = 187+147+92=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB935C is #446CA3. Grayscale: #989898. Windows color (decimal): -4484260 or 6067131. OLE color: 6067131.

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

Color convert

RGB18714792-
CMYK00.210.510.27
HSL34.74º41.13%54.71%-
HSV(B)34.74º50.8%73.33%-
XYZ32.8632.214.61-
YUV152.6993.75152.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=43.90%
G=34.51%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871479200.210.510.2734.7441.1354.71
HexBB935C015331B232937
Octal2732231340256333435167
Binary1011101110010011101110001010111001111011100011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB935C; }

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

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

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

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

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

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

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

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