Html Css Color HEX #B4561C Fiery Orange

📋 copy color: '#B4561C'

red 180 ◦ green 86 ◦ blue 28

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

Shades of Fiery Orange #B4561C

Tints of Fiery Orange #B4561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 61.22%
G = 29.25%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4561C (or 0xB4561C) is known color: Fiery Orange. HEX triplet: B4, 56 and 1C. RGB value is (180,86,28). Sum of RGB (Red+Green+Blue) = 180+86+28=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4561C is #4BA9E3. Grayscale: #6B6B6B. Windows color (decimal): -4958692 or 1857204. OLE color: 1857204.

HSL color Cylindrical-coordinate representation of color #B4561C: hue angle of 22.89º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4561C is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 86 28 -
CMYK 0 0.52 0.84 0.29
HSL 22.89º 0.73% 0.41% -
HSV(B) 22.89º 0.84% 0.71% -
XYZ 22.36 16.44 3.09 -
YUV 107.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 180 86 28 0 0.52 0.84 0.29 22.89 0.73 0.41
Hex B4 56 1C 0 34 54 1D 17 49 29
Octal 264 126 34 0 64 124 35 27 111 51
Binary 10110100 1010110 11100 0 110100 1010100 11101 10111 1001001 101001

Color Harmonies of #B4561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4561C

Black with #B4561C

Text Example


Text Example

White with #B4561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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