#BB635C

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

Shades of Sunglo #BB635C

Tints of Sunglo #BB635C

Color information

#BB635C (or 0xBB635C) is unknown color: approx Sunglo. HEX triplet: BB, 63 and 5C. RGB value is (187,99,92). Sum of RGB (Red+Green+Blue) = 187+99+92=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB635C is #449CA3. Grayscale: #7C7C7C. Windows color (decimal): -4496548 or 6054843. OLE color: 6054843.

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

Color convert

RGB1879992-
CMYK00.470.510.27
HSL4.42º41.13%54.71%-
HSV(B)4.42º50.8%73.33%-
XYZ26.8920.2612.62-
YUV124.51109.65172.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=49.47%
G=26.19%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187999200.470.510.274.4241.1354.71
HexBB635C02F331B42937
Octal273143134057633345167
Binary1011101111000111011100010111111001111011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB635C; }

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

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

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

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

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

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

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

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