Html Css Color HEX #B45D1F Fiery Orange

📋 copy color: '#B45D1F'

red 180 ◦ green 93 ◦ blue 31

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

Shades of Fiery Orange #B45D1F

Tints of Fiery Orange #B45D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 59.21%
G = 30.59%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B45D1F (or 0xB45D1F) is known color: Fiery Orange. HEX triplet: B4, 5D and 1F. RGB value is (180,93,31). Sum of RGB (Red+Green+Blue) = 180+93+31=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D1F is #4BA2E0. Grayscale: #707070. Windows color (decimal): -4956897 or 2055604. OLE color: 2055604.

HSL color Cylindrical-coordinate representation of color #B45D1F: hue angle of 24.97º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B45D1F is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 93 31 -
CMYK 0 0.48 0.83 0.29
HSL 24.97º 0.71% 0.41% -
HSV(B) 24.97º 0.83% 0.71% -
XYZ 22.98 17.63 3.49 -
YUV 111.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 180 93 31 0 0.48 0.83 0.29 24.97 0.71 0.41
Hex B4 5D 1F 0 30 53 1D 19 47 29
Octal 264 135 37 0 60 123 35 31 107 51
Binary 10110100 1011101 11111 0 110000 1010011 11101 11001 1000111 101001

Color Harmonies of #B45D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D1F

Black with #B45D1F

Text Example


Text Example

White with #B45D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D1F; }

 p { color: rgb(180,93,31); }

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

background-color css

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

 a { background-color: rgb(180,93,31); }

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

border-color css

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

 span { border-color: rgb(180,93,31); }

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