Html Css Color HEX #B05D1F Fiery Orange

📋 copy color: '#B05D1F'

red 176 ◦ green 93 ◦ blue 31

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

Shades of Fiery Orange #B05D1F

Tints of Fiery Orange #B05D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 58.67%
G = 31%
B = 10.33%

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

#B05D1F (or 0xB05D1F) is known color: Fiery Orange. HEX triplet: B0, 5D and 1F. RGB value is (176,93,31). Sum of RGB (Red+Green+Blue) = 176+93+31=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D1F is #4FA2E0. Grayscale: #6F6F6F. Windows color (decimal): -5219041 or 2055600. OLE color: 2055600.

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

Color convert

RGB 176 93 31 -
CMYK 0 0.47 0.82 0.31
HSL 25.66º 0.7% 0.41% -
HSV(B) 25.66º 0.82% 0.69% -
XYZ 22.07 17.16 3.45 -
YUV 110.75 83 174.54 -
System Red Green Blue C M Y K H S L
Decimal 176 93 31 0 0.47 0.82 0.31 25.66 0.7 0.41
Hex B0 5D 1F 0 2F 52 1F 1A 46 29
Octal 260 135 37 0 57 122 37 32 106 51
Binary 10110000 1011101 11111 0 101111 1010010 11111 11010 1000110 101001

Color Harmonies of #B05D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D1F

Black with #B05D1F

Text Example


Text Example

White with #B05D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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