#B75636

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

Shades of Fiery Orange #B75636

Tints of Fiery Orange #B75636

Color information

#B75636 (or 0xB75636) is unknown color: approx Fiery Orange. HEX triplet: B7, 56 and 36. RGB value is (183,86,54). Sum of RGB (Red+Green+Blue) = 183+86+54=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B75636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75636 is #48A9C9. Grayscale: #6F6F6F. Windows color (decimal): -4762058 or 3561143. OLE color: 3561143.

HSL color Cylindrical-coordinate representation of color #B75636: hue angle of 14.88º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B75636 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1838654-
CMYK00.530.700.28
HSL14.88º54.43%46.47%-
HSV(B)14.88º70.49%71.76%-
XYZ23.5216.995.53-
YUV111.3695.64179.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 54 (21.48% from 255) = 16.72%
R=56.66%
G=26.63%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183865400.530.700.2814.8854.4346.47
HexB75636035461Cf362e
Octal2671266606510634176656
Binary10110111101011011011001101011000110111001111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75636; }

 p { color: rgb(183,86,54); }

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

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

 a { background-color: rgb(183,86,54); }

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

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

 span { border-color: rgb(183,86,54); }

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