Html Css Color HEX #B45422 Fiery Orange

📋 copy color: '#B45422'

red 180 ◦ green 84 ◦ blue 34

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

Shades of Fiery Orange #B45422

Tints of Fiery Orange #B45422

RGB

 RED value IS 180 (70.7% from 255) = 60.4%

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

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 60.4%
G = 28.19%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B45422 (or 0xB45422) is known color: Fiery Orange. HEX triplet: B4, 54 and 22. RGB value is (180,84,34). Sum of RGB (Red+Green+Blue) = 180+84+34=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B45422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45422 is #4BABDD. Grayscale: #6B6B6B. Windows color (decimal): -4959198 or 2249908. OLE color: 2249908.

HSL color Cylindrical-coordinate representation of color #B45422: hue angle of 20.55º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B45422 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 34 -
CMYK 0 0.53 0.81 0.29
HSL 20.55º 0.68% 0.42% -
HSV(B) 20.55º 0.81% 0.71% -
XYZ 22.28 16.16 3.46 -
YUV 107 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 180 84 34 0 0.53 0.81 0.29 20.55 0.68 0.42
Hex B4 54 22 0 35 51 1D 15 44 2A
Octal 264 124 42 0 65 121 35 25 104 52
Binary 10110100 1010100 100010 0 110101 1010001 11101 10101 1000100 101010

Color Harmonies of #B45422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45422

Black with #B45422

Text Example


Text Example

White with #B45422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45422; }

 p { color: rgb(180,84,34); }

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

background-color css

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

 a { background-color: rgb(180,84,34); }

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

border-color css

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

 span { border-color: rgb(180,84,34); }

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