#B9635D

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

Shades of Sunglo #B9635D

Tints of Sunglo #B9635D

Color information

#B9635D (or 0xB9635D) is unknown color: approx Sunglo. HEX triplet: B9, 63 and 5D. RGB value is (185,99,93). Sum of RGB (Red+Green+Blue) = 185+99+93=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9635D is #469CA2. Grayscale: #7C7C7C. Windows color (decimal): -4627619 or 6120377. OLE color: 6120377.

HSL color Cylindrical-coordinate representation of color #B9635D: hue angle of 3.91º degrees, saturation: 0.4, 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 #B9635D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1859993-
CMYK00.460.500.27
HSL3.91º39.66%54.51%-
HSV(B)3.91º49.73%72.55%-
XYZ26.4520.0312.83-
YUV124.03110.49171.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=49.07%
G=26.26%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185999300.460.500.273.9139.6654.51
HexB9635D02E321B42837
Octal271143135056623345067
Binary1011100111000111011101010111011001011011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9635D; }

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

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

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

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

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

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

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

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