#BB6A57

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

Shades of Sunglo #BB6A57

Tints of Sunglo #BB6A57

Color information

#BB6A57 (or 0xBB6A57) is unknown color: approx Sunglo. HEX triplet: BB, 6A and 57. RGB value is (187,106,87). Sum of RGB (Red+Green+Blue) = 187+106+87=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A57 is #4495A8. Grayscale: #808080. Windows color (decimal): -4494761 or 5728955. OLE color: 5728955.

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

Color convert

RGB18710687-
CMYK00.430.530.27
HSL11.4º42.37%53.73%-
HSV(B)11.4º53.48%73.33%-
XYZ27.3721.5611.74-
YUV128.05104.84170.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=49.21%
G=27.89%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871068700.430.530.2711.442.3753.73
HexBB6A5702B351Bb2a36
Octal2731521270536533135266
Binary10111011110101010101110101011110101110111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A57; }

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

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

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

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

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

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

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

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