#B75A2E

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

Shades of Fiery Orange #B75A2E

Tints of Fiery Orange #B75A2E

Color information

#B75A2E (or 0xB75A2E) is unknown color: approx Fiery Orange. HEX triplet: B7, 5A and 2E. RGB value is (183,90,46). Sum of RGB (Red+Green+Blue) = 183+90+46=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75A2E is #48A5D1. Grayscale: #717171. Windows color (decimal): -4761042 or 3037879. OLE color: 3037879.

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

Color convert

RGB1839046-
CMYK00.510.750.28
HSL19.27º59.83%44.9%-
HSV(B)19.27º74.86%71.76%-
XYZ23.6817.584.73-
YUV112.7990.31178.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=57.37%
G=28.21%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183904600.510.750.2819.2759.8344.9
HexB75A2E0334B1C133c2d
Octal2671325606311334237455
Binary101101111011010101110011001110010111110010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A2E; }

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

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

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

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

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

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

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

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