Html Css Color HEX #B4562D Fiery Orange

📋 copy color: '#B4562D'

red 180 ◦ green 86 ◦ blue 45

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

Shades of Fiery Orange #B4562D

Tints of Fiery Orange #B4562D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.47%

R = 57.88%
G = 27.65%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4562D (or 0xB4562D) is known color: Fiery Orange. HEX triplet: B4, 56 and 2D. RGB value is (180,86,45). Sum of RGB (Red+Green+Blue) = 180+86+45=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4562D is #4BA9D2. Grayscale: #6D6D6D. Windows color (decimal): -4958675 or 2971316. OLE color: 2971316.

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

Color convert

RGB 180 86 45 -
CMYK 0 0.52 0.75 0.29
HSL 18.22º 0.6% 0.44% -
HSV(B) 18.22º 0.75% 0.71% -
XYZ 22.62 16.55 4.48 -
YUV 109.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 180 86 45 0 0.52 0.75 0.29 18.22 0.6 0.44
Hex B4 56 2D 0 34 4B 1D 12 3C 2C
Octal 264 126 55 0 64 113 35 22 74 54
Binary 10110100 1010110 101101 0 110100 1001011 11101 10010 111100 101100

Color Harmonies of #B4562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4562D

Black with #B4562D

Text Example


Text Example

White with #B4562D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4562D; }

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

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

background-color css

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

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

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

border-color css

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

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

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