Html Css Color HEX #B06031 Fiery Orange

📋 copy color: '#B06031'

red 176 ◦ green 96 ◦ blue 49

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

Shades of Fiery Orange #B06031

Tints of Fiery Orange #B06031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 54.83%
G = 29.91%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B06031 (or 0xB06031) is known color: Fiery Orange. HEX triplet: B0, 60 and 31. RGB value is (176,96,49). Sum of RGB (Red+Green+Blue) = 176+96+49=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B06031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06031 is #4F9FCE. Grayscale: #727272. Windows color (decimal): -5218255 or 3236016. OLE color: 3236016.

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

Color convert

RGB 176 96 49 -
CMYK 0 0.45 0.72 0.31
HSL 22.2º 0.56% 0.44% -
HSV(B) 22.2º 0.72% 0.69% -
XYZ 22.64 17.82 5.15 -
YUV 114.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 176 96 49 0 0.45 0.72 0.31 22.2 0.56 0.44
Hex B0 60 31 0 2D 48 1F 16 38 2C
Octal 260 140 61 0 55 110 37 26 70 54
Binary 10110000 1100000 110001 0 101101 1001000 11111 10110 111000 101100

Color Harmonies of #B06031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06031

Black with #B06031

Text Example


Text Example

White with #B06031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06031; }

 p { color: rgb(176,96,49); }

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

background-color css

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

 a { background-color: rgb(176,96,49); }

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

border-color css

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

 span { border-color: rgb(176,96,49); }

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