#BB6453

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

Shades of Sunglo #BB6453

Tints of Sunglo #BB6453

Color information

#BB6453 (or 0xBB6453) is unknown color: approx Sunglo. HEX triplet: BB, 64 and 53. RGB value is (187,100,83). Sum of RGB (Red+Green+Blue) = 187+100+83=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6453 is #449BAC. Grayscale: #7C7C7C. Windows color (decimal): -4496301 or 5465275. OLE color: 5465275.

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

Color convert

RGB18710083-
CMYK00.470.560.27
HSL9.81º43.33%52.94%-
HSV(B)9.81º55.61%73.33%-
XYZ26.6120.310.7-
YUV124.08104.82172.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=50.54%
G=27.03%
B=22.43%

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
Decimal1871008300.470.560.279.8143.3352.94
HexBB645302F381Ba2b35
Octal2731441230577033125365
Binary10111011110010010100110101111111000110111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6453; }

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

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

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

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

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

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

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

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