Html Css Color HEX #B45E22 Fiery Orange

📋 copy color: '#B45E22'

red 180 ◦ green 94 ◦ blue 34

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

Shades of Fiery Orange #B45E22

Tints of Fiery Orange #B45E22

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

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

R = 58.44%
G = 30.52%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B45E22 (or 0xB45E22) is known color: Fiery Orange. HEX triplet: B4, 5E and 22. RGB value is (180,94,34). Sum of RGB (Red+Green+Blue) = 180+94+34=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E22 is #4BA1DD. Grayscale: #717171. Windows color (decimal): -4956638 or 2252468. OLE color: 2252468.

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

Color convert

RGB 180 94 34 -
CMYK 0 0.48 0.81 0.29
HSL 24.66º 0.68% 0.42% -
HSV(B) 24.66º 0.81% 0.71% -
XYZ 23.11 17.82 3.74 -
YUV 112.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 180 94 34 0 0.48 0.81 0.29 24.66 0.68 0.42
Hex B4 5E 22 0 30 51 1D 19 44 2A
Octal 264 136 42 0 60 121 35 31 104 52
Binary 10110100 1011110 100010 0 110000 1010001 11101 11001 1000100 101010

Color Harmonies of #B45E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E22

Black with #B45E22

Text Example


Text Example

White with #B45E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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