#BB6554

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

Shades of Sunglo #BB6554

Tints of Sunglo #BB6554

Color information

#BB6554 (or 0xBB6554) is unknown color: approx Sunglo. HEX triplet: BB, 65 and 54. RGB value is (187,101,84). Sum of RGB (Red+Green+Blue) = 187+101+84=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6554 is #449AAB. Grayscale: #7C7C7C. Windows color (decimal): -4496044 or 5531067. OLE color: 5531067.

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

Color convert

RGB18710184-
CMYK00.460.550.27
HSL9.9º43.1%53.14%-
HSV(B)9.9º55.08%73.33%-
XYZ26.7520.5110.94-
YUV124.78104.99172.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=50.27%
G=27.15%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871018400.460.550.279.943.153.14
HexBB655402E371Ba2b35
Octal2731451240566733125365
Binary10111011110010110101000101110110111110111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6554; }

 p { color: rgb(187,101,84); }

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

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

 a { background-color: rgb(187,101,84); }

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

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

 span { border-color: rgb(187,101,84); }

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