Html Css Color HEX #B0562E Fiery Orange

📋 copy color: '#B0562E'

red 176 ◦ green 86 ◦ blue 46

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

Shades of Fiery Orange #B0562E

Tints of Fiery Orange #B0562E

RGB

 RED value IS 176 (69.14% from 255) = 57.14%

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

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

R = 57.14%
G = 27.92%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0562E (or 0xB0562E) is known color: Fiery Orange. HEX triplet: B0, 56 and 2E. RGB value is (176,86,46). Sum of RGB (Red+Green+Blue) = 176+86+46=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0562E is #4FA9D1. Grayscale: #6C6C6C. Windows color (decimal): -5220818 or 3036848. OLE color: 3036848.

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

Color convert

RGB 176 86 46 -
CMYK 0 0.51 0.74 0.31
HSL 18.46º 0.59% 0.44% -
HSV(B) 18.46º 0.74% 0.69% -
XYZ 21.73 16.08 4.54 -
YUV 108.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 176 86 46 0 0.51 0.74 0.31 18.46 0.59 0.44
Hex B0 56 2E 0 33 4A 1F 12 3B 2C
Octal 260 126 56 0 63 112 37 22 73 54
Binary 10110000 1010110 101110 0 110011 1001010 11111 10010 111011 101100

Color Harmonies of #B0562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0562E

Black with #B0562E

Text Example


Text Example

White with #B0562E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0562E; }

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

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

background-color css

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

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

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

border-color css

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

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

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