Html Css Color HEX #B4561E Fiery Orange

📋 copy color: '#B4561E'

red 180 ◦ green 86 ◦ blue 30

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

Shades of Fiery Orange #B4561E

Tints of Fiery Orange #B4561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 60.81%
G = 29.05%
B = 10.14%

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

#B4561E (or 0xB4561E) is known color: Fiery Orange. HEX triplet: B4, 56 and 1E. RGB value is (180,86,30). Sum of RGB (Red+Green+Blue) = 180+86+30=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B4561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4561E is #4BA9E1. Grayscale: #6C6C6C. Windows color (decimal): -4958690 or 1988276. OLE color: 1988276.

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

Color convert

RGB 180 86 30 -
CMYK 0 0.52 0.83 0.29
HSL 22.4º 0.71% 0.41% -
HSV(B) 22.4º 0.83% 0.71% -
XYZ 22.38 16.45 3.22 -
YUV 107.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 180 86 30 0 0.52 0.83 0.29 22.4 0.71 0.41
Hex B4 56 1E 0 34 53 1D 16 47 29
Octal 264 126 36 0 64 123 35 26 107 51
Binary 10110100 1010110 11110 0 110100 1010011 11101 10110 1000111 101001

Color Harmonies of #B4561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4561E

Black with #B4561E

Text Example


Text Example

White with #B4561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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