#BB6A56

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

Shades of Sunglo #BB6A56

Tints of Sunglo #BB6A56

Color information

#BB6A56 (or 0xBB6A56) is unknown color: approx Sunglo. HEX triplet: BB, 6A and 56. RGB value is (187,106,86). Sum of RGB (Red+Green+Blue) = 187+106+86=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A56 is #4495A9. Grayscale: #808080. Windows color (decimal): -4494762 or 5663419. OLE color: 5663419.

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

Color convert

RGB18710686-
CMYK00.430.540.27
HSL11.88º42.62%53.53%-
HSV(B)11.88º54.01%73.33%-
XYZ27.3321.5411.52-
YUV127.94104.34170.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 86 (33.98% from 255) = 22.69%
R=49.34%
G=27.97%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871068600.430.540.2711.8842.6253.53
HexBB6A5602B361Bc2b36
Octal2731521260536633145366
Binary10111011110101010101100101011110110110111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A56; }

 p { color: rgb(187,106,86); }

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

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

 a { background-color: rgb(187,106,86); }

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

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

 span { border-color: rgb(187,106,86); }

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