#B75725

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

Shades of Fiery Orange #B75725

Tints of Fiery Orange #B75725

Color information

#B75725 (or 0xB75725) is unknown color: approx Fiery Orange. HEX triplet: B7, 57 and 25. RGB value is (183,87,37). Sum of RGB (Red+Green+Blue) = 183+87+37=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B75725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75725 is #48A8DA. Grayscale: #6E6E6E. Windows color (decimal): -4761819 or 2447287. OLE color: 2447287.

HSL color Cylindrical-coordinate representation of color #B75725: hue angle of 20.55º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B75725 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1838737-
CMYK00.520.800.28
HSL20.55º66.36%43.14%-
HSV(B)20.55º79.78%71.76%-
XYZ23.2717.023.81-
YUV11086.8180.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 37 (14.84% from 255) = 12.05%
R=59.61%
G=28.34%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183873700.520.800.2820.5566.3643.14
HexB75725034501C15422b
Octal26712745064120342510253
Binary1011011110101111001010110100101000011100101011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75725; }

 p { color: rgb(183,87,37); }

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

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

 a { background-color: rgb(183,87,37); }

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

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

 span { border-color: rgb(183,87,37); }

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