Html Css Color HEX #B0562F Fiery Orange

📋 copy color: '#B0562F'

red 176 ◦ green 86 ◦ blue 47

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

Shades of Fiery Orange #B0562F

Tints of Fiery Orange #B0562F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 56.96%
G = 27.83%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0562F (or 0xB0562F) is known color: Fiery Orange. HEX triplet: B0, 56 and 2F. RGB value is (176,86,47). Sum of RGB (Red+Green+Blue) = 176+86+47=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0562F is #4FA9D0. Grayscale: #6C6C6C. Windows color (decimal): -5220817 or 3102384. OLE color: 3102384.

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

Color convert

RGB 176 86 47 -
CMYK 0 0.51 0.73 0.31
HSL 18.14º 0.58% 0.44% -
HSV(B) 18.14º 0.73% 0.69% -
XYZ 21.75 16.09 4.65 -
YUV 108.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 176 86 47 0 0.51 0.73 0.31 18.14 0.58 0.44
Hex B0 56 2F 0 33 49 1F 12 3A 2C
Octal 260 126 57 0 63 111 37 22 72 54
Binary 10110000 1010110 101111 0 110011 1001001 11111 10010 111010 101100

Color Harmonies of #B0562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0562F

Black with #B0562F

Text Example


Text Example

White with #B0562F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0562F; }

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

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

background-color css

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

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

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

border-color css

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

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

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