Html Css Color HEX #B45722 Fiery Orange

📋 copy color: '#B45722'

red 180 ◦ green 87 ◦ blue 34

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

Shades of Fiery Orange #B45722

Tints of Fiery Orange #B45722

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

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

R = 59.8%
G = 28.9%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B45722 (or 0xB45722) is known color: Fiery Orange. HEX triplet: B4, 57 and 22. RGB value is (180,87,34). Sum of RGB (Red+Green+Blue) = 180+87+34=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B45722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45722 is #4BA8DD. Grayscale: #6D6D6D. Windows color (decimal): -4958430 or 2250676. OLE color: 2250676.

HSL color Cylindrical-coordinate representation of color #B45722: hue angle of 21.78º 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 #B45722 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 87 34 -
CMYK 0 0.52 0.81 0.29
HSL 21.78º 0.68% 0.42% -
HSV(B) 21.78º 0.81% 0.71% -
XYZ 22.52 16.64 3.54 -
YUV 108.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 180 87 34 0 0.52 0.81 0.29 21.78 0.68 0.42
Hex B4 57 22 0 34 51 1D 16 44 2A
Octal 264 127 42 0 64 121 35 26 104 52
Binary 10110100 1010111 100010 0 110100 1010001 11101 10110 1000100 101010

Color Harmonies of #B45722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45722

Black with #B45722

Text Example


Text Example

White with #B45722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45722; }

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

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

background-color css

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

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

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

border-color css

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

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

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