#B75326

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

Shades of Fiery Orange #B75326

Tints of Fiery Orange #B75326

Color information

#B75326 (or 0xB75326) is unknown color: approx Fiery Orange. HEX triplet: B7, 53 and 26. RGB value is (183,83,38). Sum of RGB (Red+Green+Blue) = 183+83+38=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B75326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75326 is #48ACD9. Grayscale: #6C6C6C. Windows color (decimal): -4762842 or 2511799. OLE color: 2511799.

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

Color convert

RGB1838338-
CMYK00.550.790.28
HSL18.62º65.61%43.33%-
HSV(B)18.62º79.23%71.76%-
XYZ22.9716.393.79-
YUV107.7788.63181.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 38 (15.23% from 255) = 12.5%
R=60.20%
G=27.30%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183833800.550.790.2818.6265.6143.33
HexB753260374F1C13422b
Octal26712346067117342310253
Binary1011011110100111001100110111100111111100100111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75326; }

 p { color: rgb(183,83,38); }

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

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

 a { background-color: rgb(183,83,38); }

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

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

 span { border-color: rgb(183,83,38); }

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