Html Css Color HEX #B0561F Fiery Orange

📋 copy color: '#B0561F'

red 176 ◦ green 86 ◦ blue 31

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

Shades of Fiery Orange #B0561F

Tints of Fiery Orange #B0561F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.58%

R = 60.07%
G = 29.35%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0561F (or 0xB0561F) is known color: Fiery Orange. HEX triplet: B0, 56 and 1F. RGB value is (176,86,31). Sum of RGB (Red+Green+Blue) = 176+86+31=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B0561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0561F is #4FA9E0. Grayscale: #6A6A6A. Windows color (decimal): -5220833 or 2053808. OLE color: 2053808.

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

Color convert

RGB 176 86 31 -
CMYK 0 0.51 0.82 0.31
HSL 22.76º 0.7% 0.41% -
HSV(B) 22.76º 0.82% 0.69% -
XYZ 21.48 15.98 3.25 -
YUV 106.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 176 86 31 0 0.51 0.82 0.31 22.76 0.7 0.41
Hex B0 56 1F 0 33 52 1F 17 46 29
Octal 260 126 37 0 63 122 37 27 106 51
Binary 10110000 1010110 11111 0 110011 1010010 11111 10111 1000110 101001

Color Harmonies of #B0561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0561F

Black with #B0561F

Text Example


Text Example

White with #B0561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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