Html Css Color HEX #B45F24 Fiery Orange

📋 copy color: '#B45F24'

red 180 ◦ green 95 ◦ blue 36

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

Shades of Fiery Orange #B45F24

Tints of Fiery Orange #B45F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.55%

 BLUE value IS 36 (14.45% from 255) = 11.58%

R = 57.88%
G = 30.55%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B45F24 (or 0xB45F24) is known color: Fiery Orange. HEX triplet: B4, 5F and 24. RGB value is (180,95,36). Sum of RGB (Red+Green+Blue) = 180+95+36=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45F24 is #4BA0DB. Grayscale: #727272. Windows color (decimal): -4956380 or 2383796. OLE color: 2383796.

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

Color convert

RGB 180 95 36 -
CMYK 0 0.47 0.8 0.29
HSL 24.58º 0.67% 0.42% -
HSV(B) 24.58º 0.8% 0.71% -
XYZ 23.23 18.02 3.92 -
YUV 113.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 180 95 36 0 0.47 0.8 0.29 24.58 0.67 0.42
Hex B4 5F 24 0 2F 50 1D 19 43 2A
Octal 264 137 44 0 57 120 35 31 103 52
Binary 10110100 1011111 100100 0 101111 1010000 11101 11001 1000011 101010

Color Harmonies of #B45F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45F24

Black with #B45F24

Text Example


Text Example

White with #B45F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45F24; }

 p { color: rgb(180,95,36); }

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

background-color css

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

 a { background-color: rgb(180,95,36); }

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

border-color css

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

 span { border-color: rgb(180,95,36); }

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