Html Css Color HEX #B05B1E Fiery Orange

📋 copy color: '#B05B1E'

red 176 ◦ green 91 ◦ blue 30

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

Shades of Fiery Orange #B05B1E

Tints of Fiery Orange #B05B1E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

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

R = 59.26%
G = 30.64%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B05B1E (or 0xB05B1E) is known color: Fiery Orange. HEX triplet: B0, 5B and 1E. RGB value is (176,91,30). Sum of RGB (Red+Green+Blue) = 176+91+30=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B1E is #4FA4E1. Grayscale: #6D6D6D. Windows color (decimal): -5219554 or 1989552. OLE color: 1989552.

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

Color convert

RGB 176 91 30 -
CMYK 0 0.48 0.83 0.31
HSL 25.07º 0.71% 0.4% -
HSV(B) 25.07º 0.83% 0.69% -
XYZ 21.88 16.81 3.32 -
YUV 109.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 176 91 30 0 0.48 0.83 0.31 25.07 0.71 0.4
Hex B0 5B 1E 0 30 53 1F 19 47 28
Octal 260 133 36 0 60 123 37 31 107 50
Binary 10110000 1011011 11110 0 110000 1010011 11111 11001 1000111 101000

Color Harmonies of #B05B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05B1E

Black with #B05B1E

Text Example


Text Example

White with #B05B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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