Html Css Color HEX #B05A26 Fiery Orange

📋 copy color: '#B05A26'

red 176 ◦ green 90 ◦ blue 38

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

Shades of Fiery Orange #B05A26

Tints of Fiery Orange #B05A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.5%

R = 57.89%
G = 29.61%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B05A26 (or 0xB05A26) is known color: Fiery Orange. HEX triplet: B0, 5A and 26. RGB value is (176,90,38). Sum of RGB (Red+Green+Blue) = 176+90+38=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A26 is #4FA5D9. Grayscale: #6E6E6E. Windows color (decimal): -5219802 or 2513584. OLE color: 2513584.

HSL color Cylindrical-coordinate representation of color #B05A26: hue angle of 22.61º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B05A26 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 90 38 -
CMYK 0 0.49 0.78 0.31
HSL 22.61º 0.64% 0.42% -
HSV(B) 22.61º 0.78% 0.69% -
XYZ 21.91 16.68 3.9 -
YUV 109.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 176 90 38 0 0.49 0.78 0.31 22.61 0.64 0.42
Hex B0 5A 26 0 31 4E 1F 17 40 2A
Octal 260 132 46 0 61 116 37 27 100 52
Binary 10110000 1011010 100110 0 110001 1001110 11111 10111 1000000 101010

Color Harmonies of #B05A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A26

Black with #B05A26

Text Example


Text Example

White with #B05A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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