Html Css Color HEX #B75420 Fiery Orange

📋 copy color: '#B75420'

red 183 ◦ green 84 ◦ blue 32

#B75420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B75420

Tints of Fiery Orange #B75420

RGB

 RED value IS 183 (71.88% from 255) = 61.2%

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 32 (12.89% from 255) = 10.7%

R = 61.2%
G = 28.09%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B75420 (or 0xB75420) is known color: Fiery Orange. HEX triplet: B7, 54 and 20. RGB value is (183,84,32). Sum of RGB (Red+Green+Blue) = 183+84+32=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B75420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75420 is #48ABDF. Grayscale: #6B6B6B. Windows color (decimal): -4762592 or 2118839. OLE color: 2118839.

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

Color convert

RGB 183 84 32 -
CMYK 0 0.54 0.83 0.28
HSL 20.66º 0.7% 0.42% -
HSV(B) 20.66º 0.83% 0.72% -
XYZ 22.96 16.51 3.34 -
YUV 107.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 183 84 32 0 0.54 0.83 0.28 20.66 0.7 0.42
Hex B7 54 20 0 36 53 1C 15 46 2A
Octal 267 124 40 0 66 123 34 25 106 52
Binary 10110111 1010100 100000 0 110110 1010011 11100 10101 1000110 101010

Color Harmonies of #B75420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75420

Black with #B75420

Text Example


Text Example

White with #B75420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75420; }

 p { color: rgb(183,84,32); }

 H1.HeaderClassName
 {
   color: #B75420;
 }
 .AnyTagClassName
 {
   color: #B75420;
 }
</style>

background-color css

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

 a { background-color: rgb(183,84,32); }

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

border-color css

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

 span { border-color: rgb(183,84,32); }

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