#BB6B58

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

Shades of Sunglo #BB6B58

Tints of Sunglo #BB6B58

Color information

#BB6B58 (or 0xBB6B58) is unknown color: approx Sunglo. HEX triplet: BB, 6B and 58. RGB value is (187,107,88). Sum of RGB (Red+Green+Blue) = 187+107+88=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B58 is #4494A7. Grayscale: #808080. Windows color (decimal): -4494504 or 5794747. OLE color: 5794747.

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

Color convert

RGB18710788-
CMYK00.430.530.27
HSL11.52º42.13%53.92%-
HSV(B)11.52º52.94%73.33%-
XYZ27.5121.7811.99-
YUV128.75105169.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=48.95%
G=28.01%
B=23.04%

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
Decimal1871078800.430.530.2711.5242.1353.92
HexBB6B5802B351Bc2a36
Octal2731531300536533145266
Binary10111011110101110110000101011110101110111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B58; }

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

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

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

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

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

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

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

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