#B9502B

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

Shades of Red Stage #B9502B

Tints of Red Stage #B9502B

Color information

#B9502B (or 0xB9502B) is unknown color: approx Red Stage. HEX triplet: B9, 50 and 2B. RGB value is (185,80,43). Sum of RGB (Red+Green+Blue) = 185+80+43=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9502B is #46AFD4. Grayscale: #6B6B6B. Windows color (decimal): -4632533 or 2838713. OLE color: 2838713.

HSL color Cylindrical-coordinate representation of color #B9502B: hue angle of 15.63º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9502B is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1858043-
CMYK00.570.770.27
HSL15.63º62.28%44.71%-
HSV(B)15.63º76.76%72.55%-
XYZ23.3116.234.19-
YUV107.1891.79183.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.06%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=60.06%
G=25.97%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185804300.570.770.2715.6362.2844.71
HexB9502B0394D1B103e2d
Octal2711205307111533207655
Binary101110011010000101011011100110011011101110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9502B; }

 p { color: rgb(185,80,43); }

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

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

 a { background-color: rgb(185,80,43); }

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

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

 span { border-color: rgb(185,80,43); }

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