#B75533

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

Shades of Fiery Orange #B75533

Tints of Fiery Orange #B75533

Color information

#B75533 (or 0xB75533) is unknown color: approx Fiery Orange. HEX triplet: B7, 55 and 33. RGB value is (183,85,51). Sum of RGB (Red+Green+Blue) = 183+85+51=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B75533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75533 is #48AACC. Grayscale: #6E6E6E. Windows color (decimal): -4762317 or 3364279. OLE color: 3364279.

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

Color convert

RGB1838551-
CMYK00.540.720.28
HSL15.45º56.41%45.88%-
HSV(B)15.45º72.13%71.76%-
XYZ23.3716.85.14-
YUV110.4394.47179.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=57.37%
G=26.65%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183855100.540.720.2815.4556.4145.88
HexB75533036481Cf382e
Octal2671256306611034177056
Binary10110111101010111001101101101001000111001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75533; }

 p { color: rgb(183,85,51); }

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

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

 a { background-color: rgb(183,85,51); }

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

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

 span { border-color: rgb(183,85,51); }

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