#B9615E

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

Shades of Sunglo #B9615E

Tints of Sunglo #B9615E

Color information

#B9615E (or 0xB9615E) is unknown color: approx Sunglo. HEX triplet: B9, 61 and 5E. RGB value is (185,97,94). Sum of RGB (Red+Green+Blue) = 185+97+94=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9615E is #469EA1. Grayscale: #7B7B7B. Windows color (decimal): -4628130 or 6185401. OLE color: 6185401.

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

Color convert

RGB1859794-
CMYK00.480.490.27
HSL1.98º39.39%54.71%-
HSV(B)1.98º49.19%72.55%-
XYZ26.319.6713-
YUV122.97111.65172.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 94 (37.11% from 255) = 25%
R=49.20%
G=25.80%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185979400.480.490.271.9839.3954.71
HexB9615E030311B22737
Octal271141136060613324767
Binary101110011100001101111001100001100011101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9615E; }

 p { color: rgb(185,97,94); }

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

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

 a { background-color: rgb(185,97,94); }

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

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

 span { border-color: rgb(185,97,94); }

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