Html Css Color HEX #B4562E Fiery Orange

📋 copy color: '#B4562E'

red 180 ◦ green 86 ◦ blue 46

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

Shades of Fiery Orange #B4562E

Tints of Fiery Orange #B4562E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.74%

R = 57.69%
G = 27.56%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4562E (or 0xB4562E) is known color: Fiery Orange. HEX triplet: B4, 56 and 2E. RGB value is (180,86,46). Sum of RGB (Red+Green+Blue) = 180+86+46=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4562E is #4BA9D1. Grayscale: #6D6D6D. Windows color (decimal): -4958674 or 3036852. OLE color: 3036852.

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

Color convert

RGB 180 86 46 -
CMYK 0 0.52 0.74 0.29
HSL 17.91º 0.59% 0.44% -
HSV(B) 17.91º 0.74% 0.71% -
XYZ 22.64 16.56 4.59 -
YUV 109.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 180 86 46 0 0.52 0.74 0.29 17.91 0.59 0.44
Hex B4 56 2E 0 34 4A 1D 12 3B 2C
Octal 264 126 56 0 64 112 35 22 73 54
Binary 10110100 1010110 101110 0 110100 1001010 11101 10010 111011 101100

Color Harmonies of #B4562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4562E

Black with #B4562E

Text Example


Text Example

White with #B4562E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4562E; }

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

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

background-color css

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

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

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

border-color css

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

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

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