Html Css Color HEX #B4561F Fiery Orange

📋 copy color: '#B4561F'

red 180 ◦ green 86 ◦ blue 31

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

Shades of Fiery Orange #B4561F

Tints of Fiery Orange #B4561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

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

R = 60.61%
G = 28.96%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4561F (or 0xB4561F) is known color: Fiery Orange. HEX triplet: B4, 56 and 1F. RGB value is (180,86,31). Sum of RGB (Red+Green+Blue) = 180+86+31=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B4561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4561F is #4BA9E0. Grayscale: #6C6C6C. Windows color (decimal): -4958689 or 2053812. OLE color: 2053812.

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

Color convert

RGB 180 86 31 -
CMYK 0 0.52 0.83 0.29
HSL 22.15º 0.71% 0.41% -
HSV(B) 22.15º 0.83% 0.71% -
XYZ 22.4 16.46 3.29 -
YUV 107.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 180 86 31 0 0.52 0.83 0.29 22.15 0.71 0.41
Hex B4 56 1F 0 34 53 1D 16 47 29
Octal 264 126 37 0 64 123 35 26 107 51
Binary 10110100 1010110 11111 0 110100 1010011 11101 10110 1000111 101001

Color Harmonies of #B4561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4561F

Black with #B4561F

Text Example


Text Example

White with #B4561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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