Html Css Color HEX #B05E1B Fiery Orange

📋 copy color: '#B05E1B'

red 176 ◦ green 94 ◦ blue 27

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

Shades of Fiery Orange #B05E1B

Tints of Fiery Orange #B05E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.09%

R = 59.26%
G = 31.65%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B05E1B (or 0xB05E1B) is known color: Fiery Orange. HEX triplet: B0, 5E and 1B. RGB value is (176,94,27). Sum of RGB (Red+Green+Blue) = 176+94+27=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E1B is #4FA1E4. Grayscale: #6F6F6F. Windows color (decimal): -5218789 or 1793712. OLE color: 1793712.

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

Color convert

RGB 176 94 27 -
CMYK 0 0.47 0.85 0.31
HSL 26.98º 0.73% 0.4% -
HSV(B) 26.98º 0.85% 0.69% -
XYZ 22.11 17.31 3.21 -
YUV 110.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 176 94 27 0 0.47 0.85 0.31 26.98 0.73 0.4
Hex B0 5E 1B 0 2F 55 1F 1B 49 28
Octal 260 136 33 0 57 125 37 33 111 50
Binary 10110000 1011110 11011 0 101111 1010101 11111 11011 1001001 101000

Color Harmonies of #B05E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E1B

Black with #B05E1B

Text Example


Text Example

White with #B05E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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