Html Css Color HEX #B05A1E Fiery Orange

📋 copy color: '#B05A1E'

red 176 ◦ green 90 ◦ blue 30

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

Shades of Fiery Orange #B05A1E

Tints of Fiery Orange #B05A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

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

R = 59.46%
G = 30.41%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B05A1E (or 0xB05A1E) is known color: Fiery Orange. HEX triplet: B0, 5A and 1E. RGB value is (176,90,30). Sum of RGB (Red+Green+Blue) = 176+90+30=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A1E is #4FA5E1. Grayscale: #6D6D6D. Windows color (decimal): -5219810 or 1989296. OLE color: 1989296.

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

Color convert

RGB 176 90 30 -
CMYK 0 0.49 0.83 0.31
HSL 24.66º 0.71% 0.4% -
HSV(B) 24.66º 0.83% 0.69% -
XYZ 21.8 16.64 3.29 -
YUV 108.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 176 90 30 0 0.49 0.83 0.31 24.66 0.71 0.4
Hex B0 5A 1E 0 31 53 1F 19 47 28
Octal 260 132 36 0 61 123 37 31 107 50
Binary 10110000 1011010 11110 0 110001 1010011 11111 11001 1000111 101000

Color Harmonies of #B05A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A1E

Black with #B05A1E

Text Example


Text Example

White with #B05A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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