#BB635D

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

Shades of Sunglo #BB635D

Tints of Sunglo #BB635D

Color information

#BB635D (or 0xBB635D) is unknown color: approx Sunglo. HEX triplet: BB, 63 and 5D. RGB value is (187,99,93). Sum of RGB (Red+Green+Blue) = 187+99+93=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB635D is #449CA2. Grayscale: #7C7C7C. Windows color (decimal): -4496547 or 6120379. OLE color: 6120379.

HSL color Cylindrical-coordinate representation of color #BB635D: hue angle of 3.83º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB635D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1879993-
CMYK00.470.500.27
HSL3.83º40.87%54.9%-
HSV(B)3.83º50.27%73.33%-
XYZ26.9320.2812.85-
YUV124.63110.15172.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=49.34%
G=26.12%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187999300.470.500.273.8340.8754.9
HexBB635D02F321B42937
Octal273143135057623345167
Binary1011101111000111011101010111111001011011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB635D; }

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

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

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

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

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

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

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

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