#BB635A

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

Shades of Sunglo #BB635A

Tints of Sunglo #BB635A

Color information

#BB635A (or 0xBB635A) is unknown color: approx Sunglo. HEX triplet: BB, 63 and 5A. RGB value is (187,99,90). Sum of RGB (Red+Green+Blue) = 187+99+90=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB635A is #449CA5. Grayscale: #7C7C7C. Windows color (decimal): -4496550 or 5923771. OLE color: 5923771.

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

Color convert

RGB1879990-
CMYK00.470.520.27
HSL5.57º41.63%54.31%-
HSV(B)5.57º51.87%73.33%-
XYZ26.820.2312.16-
YUV124.29108.65172.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=49.73%
G=26.33%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187999000.470.520.275.5741.6354.31
HexBB635A02F341B62a36
Octal273143132057643365266
Binary1011101111000111011010010111111010011011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB635A; }

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

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

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

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

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

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

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

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