#BB6B54

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

Shades of Sunglo #BB6B54

Tints of Sunglo #BB6B54

Color information

#BB6B54 (or 0xBB6B54) is unknown color: approx Sunglo. HEX triplet: BB, 6B and 54. RGB value is (187,107,84). Sum of RGB (Red+Green+Blue) = 187+107+84=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B54 is #4494AB. Grayscale: #808080. Windows color (decimal): -4494508 or 5532603. OLE color: 5532603.

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

Color convert

RGB18710784-
CMYK00.430.550.27
HSL13.4º43.1%53.14%-
HSV(B)13.4º55.08%73.33%-
XYZ27.3521.7211.14-
YUV128.3103169.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=49.47%
G=28.31%
B=22.22%

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
Decimal1871078400.430.550.2713.443.153.14
HexBB6B5402B371Bd2b35
Octal2731531240536733155365
Binary10111011110101110101000101011110111110111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B54; }

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

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

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

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

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

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

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

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