Html Css Color HEX #B45B1A Fiery Orange

📋 copy color: '#B45B1A'

red 180 ◦ green 91 ◦ blue 26

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

Shades of Fiery Orange #B45B1A

Tints of Fiery Orange #B45B1A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 60.61%
G = 30.64%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B45B1A (or 0xB45B1A) is known color: Fiery Orange. HEX triplet: B4, 5B and 1A. RGB value is (180,91,26). Sum of RGB (Red+Green+Blue) = 180+91+26=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B1A is #4BA4E5. Grayscale: #6E6E6E. Windows color (decimal): -4957414 or 1727412. OLE color: 1727412.

HSL color Cylindrical-coordinate representation of color #B45B1A: hue angle of 25.32º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B45B1A is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 91 26 -
CMYK 0 0.49 0.86 0.29
HSL 25.32º 0.75% 0.4% -
HSV(B) 25.32º 0.86% 0.71% -
XYZ 22.75 17.26 3.11 -
YUV 110.2 80.49 177.79 -
System Red Green Blue C M Y K H S L
Decimal 180 91 26 0 0.49 0.86 0.29 25.32 0.75 0.4
Hex B4 5B 1A 0 31 56 1D 19 4B 28
Octal 264 133 32 0 61 126 35 31 113 50
Binary 10110100 1011011 11010 0 110001 1010110 11101 11001 1001011 101000

Color Harmonies of #B45B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B1A

Black with #B45B1A

Text Example


Text Example

White with #B45B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B1A; }

 p { color: rgb(180,91,26); }

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

background-color css

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

 a { background-color: rgb(180,91,26); }

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

border-color css

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

 span { border-color: rgb(180,91,26); }

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