Html Css Color HEX #B05D1E Fiery Orange

📋 copy color: '#B05D1E'

red 176 ◦ green 93 ◦ blue 30

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

Shades of Fiery Orange #B05D1E

Tints of Fiery Orange #B05D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 58.86%
G = 31.1%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B05D1E (or 0xB05D1E) is known color: Fiery Orange. HEX triplet: B0, 5D and 1E. RGB value is (176,93,30). Sum of RGB (Red+Green+Blue) = 176+93+30=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D1E is #4FA2E1. Grayscale: #6E6E6E. Windows color (decimal): -5219042 or 1990064. OLE color: 1990064.

HSL color Cylindrical-coordinate representation of color #B05D1E: hue angle of 25.89º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B05D1E is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 93 30 -
CMYK 0 0.47 0.83 0.31
HSL 25.89º 0.71% 0.4% -
HSV(B) 25.89º 0.83% 0.69% -
XYZ 22.05 17.15 3.38 -
YUV 110.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 176 93 30 0 0.47 0.83 0.31 25.89 0.71 0.4
Hex B0 5D 1E 0 2F 53 1F 1A 47 28
Octal 260 135 36 0 57 123 37 32 107 50
Binary 10110000 1011101 11110 0 101111 1010011 11111 11010 1000111 101000

Color Harmonies of #B05D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D1E

Black with #B05D1E

Text Example


Text Example

White with #B05D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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