#BB6353

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

Shades of Sunglo #BB6353

Tints of Sunglo #BB6353

Color information

#BB6353 (or 0xBB6353) is unknown color: approx Sunglo. HEX triplet: BB, 63 and 53. RGB value is (187,99,83). Sum of RGB (Red+Green+Blue) = 187+99+83=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6353 is #449CAC. Grayscale: #7B7B7B. Windows color (decimal): -4496557 or 5465019. OLE color: 5465019.

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

Color convert

RGB1879983-
CMYK00.470.560.27
HSL9.23º43.33%52.94%-
HSV(B)9.23º55.61%73.33%-
XYZ26.5220.1110.67-
YUV123.49105.15173.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=50.68%
G=26.83%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187998300.470.560.279.2343.3352.94
HexBB635302F381B92b35
Octal2731431230577033115365
Binary10111011110001110100110101111111000110111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6353; }

 p { color: rgb(187,99,83); }

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

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

 a { background-color: rgb(187,99,83); }

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

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

 span { border-color: rgb(187,99,83); }

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