#B9625A

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

Shades of Sunglo #B9625A

Tints of Sunglo #B9625A

Color information

#B9625A (or 0xB9625A) is unknown color: approx Sunglo. HEX triplet: B9, 62 and 5A. RGB value is (185,98,90). Sum of RGB (Red+Green+Blue) = 185+98+90=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9625A is #469DA5. Grayscale: #7B7B7B. Windows color (decimal): -4627878 or 5923513. OLE color: 5923513.

HSL color Cylindrical-coordinate representation of color #B9625A: hue angle of 5.05º 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 #B9625A is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1859890-
CMYK00.470.510.27
HSL5.05º40.43%53.92%-
HSV(B)5.05º51.35%72.55%-
XYZ26.2219.7912.11-
YUV123.1109.32172.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=49.60%
G=26.27%
B=24.13%

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
Decimal185989000.470.510.275.0540.4353.92
HexB9625A02F331B52836
Octal271142132057633355066
Binary1011100111000101011010010111111001111011101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9625A; }

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

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

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

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

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

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

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

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