#BB6758

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

Shades of Sunglo #BB6758

Tints of Sunglo #BB6758

Color information

#BB6758 (or 0xBB6758) is unknown color: approx Sunglo. HEX triplet: BB, 67 and 58. RGB value is (187,103,88). Sum of RGB (Red+Green+Blue) = 187+103+88=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6758 is #4498A7. Grayscale: #7E7E7E. Windows color (decimal): -4495528 or 5793723. OLE color: 5793723.

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

Color convert

RGB18710388-
CMYK00.450.530.27
HSL9.09º42.13%53.92%-
HSV(B)9.09º52.94%73.33%-
XYZ27.1120.9711.85-
YUV126.41106.33171.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=49.47%
G=27.25%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871038800.450.530.279.0942.1353.92
HexBB675802D351B92a36
Octal2731471300556533115266
Binary10111011110011110110000101101110101110111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6758; }

 p { color: rgb(187,103,88); }

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

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

 a { background-color: rgb(187,103,88); }

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

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

 span { border-color: rgb(187,103,88); }

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