Html Css Color HEX #B05B1D Fiery Orange

📋 copy color: '#B05B1D'

red 176 ◦ green 91 ◦ blue 29

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

Shades of Fiery Orange #B05B1D

Tints of Fiery Orange #B05B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 59.46%
G = 30.74%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B05B1D (or 0xB05B1D) is known color: Fiery Orange. HEX triplet: B0, 5B and 1D. RGB value is (176,91,29). Sum of RGB (Red+Green+Blue) = 176+91+29=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B1D is #4FA4E2. Grayscale: #6D6D6D. Windows color (decimal): -5219555 or 1924016. OLE color: 1924016.

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

Color convert

RGB 176 91 29 -
CMYK 0 0.48 0.84 0.31
HSL 25.31º 0.72% 0.4% -
HSV(B) 25.31º 0.84% 0.69% -
XYZ 21.87 16.8 3.25 -
YUV 109.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 176 91 29 0 0.48 0.84 0.31 25.31 0.72 0.4
Hex B0 5B 1D 0 30 54 1F 19 48 28
Octal 260 133 35 0 60 124 37 31 110 50
Binary 10110000 1011011 11101 0 110000 1010100 11111 11001 1001000 101000

Color Harmonies of #B05B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05B1D

Black with #B05B1D

Text Example


Text Example

White with #B05B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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