Html Css Color HEX #B45A1F Fiery Orange

📋 copy color: '#B45A1F'

red 180 ◦ green 90 ◦ blue 31

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

Shades of Fiery Orange #B45A1F

Tints of Fiery Orange #B45A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

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

R = 59.8%
G = 29.9%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B45A1F (or 0xB45A1F) is known color: Fiery Orange. HEX triplet: B4, 5A and 1F. RGB value is (180,90,31). Sum of RGB (Red+Green+Blue) = 180+90+31=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A1F is #4BA5E0. Grayscale: #6E6E6E. Windows color (decimal): -4957665 or 2054836. OLE color: 2054836.

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

Color convert

RGB 180 90 31 -
CMYK 0 0.50 0.83 0.29
HSL 23.76º 0.71% 0.41% -
HSV(B) 23.76º 0.83% 0.71% -
XYZ 22.73 17.11 3.4 -
YUV 110.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 180 90 31 0 0.50 0.83 0.29 23.76 0.71 0.41
Hex B4 5A 1F 0 32 53 1D 18 47 29
Octal 264 132 37 0 62 123 35 30 107 51
Binary 10110100 1011010 11111 0 110010 1010011 11101 11000 1000111 101001

Color Harmonies of #B45A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A1F

Black with #B45A1F

Text Example


Text Example

White with #B45A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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