#BB6B55

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

Shades of Sunglo #BB6B55

Tints of Sunglo #BB6B55

Color information

#BB6B55 (or 0xBB6B55) is unknown color: approx Sunglo. HEX triplet: BB, 6B and 55. RGB value is (187,107,85). Sum of RGB (Red+Green+Blue) = 187+107+85=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B55 is #4494AA. Grayscale: #808080. Windows color (decimal): -4494507 or 5598139. OLE color: 5598139.

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

Color convert

RGB18710785-
CMYK00.430.550.27
HSL12.94º42.86%53.33%-
HSV(B)12.94º54.55%73.33%-
XYZ27.3921.7411.35-
YUV128.41103.5169.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=49.34%
G=28.23%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871078500.430.550.2712.9442.8653.33
HexBB6B5502B371Bd2b35
Octal2731531250536733155365
Binary10111011110101110101010101011110111110111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B55; }

 p { color: rgb(187,107,85); }

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

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

 a { background-color: rgb(187,107,85); }

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

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

 span { border-color: rgb(187,107,85); }

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