Html Css Color HEX #B4571A Fiery Orange

📋 copy color: '#B4571A'

red 180 ◦ green 87 ◦ blue 26

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

Shades of Fiery Orange #B4571A

Tints of Fiery Orange #B4571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

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

R = 61.43%
G = 29.69%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4571A (or 0xB4571A) is known color: Fiery Orange. HEX triplet: B4, 57 and 1A. RGB value is (180,87,26). Sum of RGB (Red+Green+Blue) = 180+87+26=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B4571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4571A is #4BA8E5. Grayscale: #6C6C6C. Windows color (decimal): -4958438 or 1726388. OLE color: 1726388.

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

Color convert

RGB 180 87 26 -
CMYK 0 0.52 0.86 0.29
HSL 23.77º 0.75% 0.4% -
HSV(B) 23.77º 0.86% 0.71% -
XYZ 22.42 16.59 3 -
YUV 107.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 180 87 26 0 0.52 0.86 0.29 23.77 0.75 0.4
Hex B4 57 1A 0 34 56 1D 18 4B 28
Octal 264 127 32 0 64 126 35 30 113 50
Binary 10110100 1010111 11010 0 110100 1010110 11101 11000 1001011 101000

Color Harmonies of #B4571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4571A

Black with #B4571A

Text Example


Text Example

White with #B4571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4571A; }

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

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

background-color css

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

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

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

border-color css

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

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

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