#B9635A

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

Shades of Sunglo #B9635A

Tints of Sunglo #B9635A

Color information

#B9635A (or 0xB9635A) is unknown color: approx Sunglo. HEX triplet: B9, 63 and 5A. RGB value is (185,99,90). Sum of RGB (Red+Green+Blue) = 185+99+90=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9635A is #469CA5. Grayscale: #7B7B7B. Windows color (decimal): -4627622 or 5923769. OLE color: 5923769.

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

Color convert

RGB1859990-
CMYK00.460.510.27
HSL5.68º40.43%53.92%-
HSV(B)5.68º51.35%72.55%-
XYZ26.3119.9812.14-
YUV123.69108.99171.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=49.47%
G=26.47%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185999000.460.510.275.6840.4353.92
HexB9635A02E331B62836
Octal271143132056633365066
Binary1011100111000111011010010111011001111011110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9635A; }

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

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

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

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

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

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

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

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