#B75A1E

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

Shades of Fiery Orange #B75A1E

Tints of Fiery Orange #B75A1E

Color information

#B75A1E (or 0xB75A1E) is unknown color: approx Fiery Orange. HEX triplet: B7, 5A and 1E. RGB value is (183,90,30). Sum of RGB (Red+Green+Blue) = 183+90+30=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A1E is #48A5E1. Grayscale: #6F6F6F. Windows color (decimal): -4761058 or 1989303. OLE color: 1989303.

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

Color convert

RGB1839030-
CMYK00.510.840.28
HSL23.53º71.83%41.76%-
HSV(B)23.53º83.61%71.76%-
XYZ23.4217.473.37-
YUV110.9782.31179.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=60.40%
G=29.70%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183903000.510.840.2823.5371.8341.76
HexB75A1E033541C18482a
Octal26713236063124343011052
Binary101101111011010111100110011101010011100110001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A1E; }

 p { color: rgb(183,90,30); }

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

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

 a { background-color: rgb(183,90,30); }

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

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

 span { border-color: rgb(183,90,30); }

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