#B75B2A

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

Shades of Fiery Orange #B75B2A

Tints of Fiery Orange #B75B2A

Color information

#B75B2A (or 0xB75B2A) is unknown color: approx Fiery Orange. HEX triplet: B7, 5B and 2A. RGB value is (183,91,42). Sum of RGB (Red+Green+Blue) = 183+91+42=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B75B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75B2A is #48A4D5. Grayscale: #717171. Windows color (decimal): -4760790 or 2775991. OLE color: 2775991.

HSL color Cylindrical-coordinate representation of color #B75B2A: hue angle of 20.85º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B75B2A is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB1839142-
CMYK00.500.770.28
HSL20.85º62.67%44.12%-
HSV(B)20.85º77.05%71.76%-
XYZ23.6917.724.36-
YUV112.9287.98177.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.91%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 42 (16.80% from 255) = 13.29%
R=57.91%
G=28.80%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183914200.500.770.2820.8562.6744.12
HexB75B2A0324D1C153f2c
Octal2671335206211534257754
Binary101101111011011101010011001010011011110010101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75B2A; }

 p { color: rgb(183,91,42); }

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

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

 a { background-color: rgb(183,91,42); }

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

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

 span { border-color: rgb(183,91,42); }

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