Html Css Color HEX #B05E1F Fiery Orange

📋 copy color: '#B05E1F'

red 176 ◦ green 94 ◦ blue 31

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

Shades of Fiery Orange #B05E1F

Tints of Fiery Orange #B05E1F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

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

R = 58.47%
G = 31.23%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B05E1F (or 0xB05E1F) is known color: Fiery Orange. HEX triplet: B0, 5E and 1F. RGB value is (176,94,31). Sum of RGB (Red+Green+Blue) = 176+94+31=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E1F is #4FA1E0. Grayscale: #6F6F6F. Windows color (decimal): -5218785 or 2055856. OLE color: 2055856.

HSL color Cylindrical-coordinate representation of color #B05E1F: hue angle of 26.07º 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 #B05E1F is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 94 31 -
CMYK 0 0.47 0.82 0.31
HSL 26.07º 0.7% 0.41% -
HSV(B) 26.07º 0.82% 0.69% -
XYZ 22.15 17.33 3.47 -
YUV 111.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 176 94 31 0 0.47 0.82 0.31 26.07 0.7 0.41
Hex B0 5E 1F 0 2F 52 1F 1A 46 29
Octal 260 136 37 0 57 122 37 32 106 51
Binary 10110000 1011110 11111 0 101111 1010010 11111 11010 1000110 101001

Color Harmonies of #B05E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E1F

Black with #B05E1F

Text Example


Text Example

White with #B05E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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