#B9625C

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

Shades of Sunglo #B9625C

Tints of Sunglo #B9625C

Color information

#B9625C (or 0xB9625C) is unknown color: approx Sunglo. HEX triplet: B9, 62 and 5C. RGB value is (185,98,92). Sum of RGB (Red+Green+Blue) = 185+98+92=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9625C is #469DA3. Grayscale: #7B7B7B. Windows color (decimal): -4627876 or 6054585. OLE color: 6054585.

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

Color convert

RGB1859892-
CMYK00.470.500.27
HSL3.87º39.91%54.31%-
HSV(B)3.87º50.27%72.55%-
XYZ26.3119.8212.56-
YUV123.33110.32171.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=49.33%
G=26.13%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185989200.470.500.273.8739.9154.31
HexB9625C02F321B42836
Octal271142134057623345066
Binary1011100111000101011100010111111001011011100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9625C; }

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

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

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

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

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

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

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

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