Html Css Color HEX #B05C26 Fiery Orange

📋 copy color: '#B05C26'

red 176 ◦ green 92 ◦ blue 38

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

Shades of Fiery Orange #B05C26

Tints of Fiery Orange #B05C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 57.52%
G = 30.07%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B05C26 (or 0xB05C26) is known color: Fiery Orange. HEX triplet: B0, 5C and 26. RGB value is (176,92,38). Sum of RGB (Red+Green+Blue) = 176+92+38=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C26 is #4FA3D9. Grayscale: #6F6F6F. Windows color (decimal): -5219290 or 2514096. OLE color: 2514096.

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

Color convert

RGB 176 92 38 -
CMYK 0 0.48 0.78 0.31
HSL 23.48º 0.64% 0.42% -
HSV(B) 23.48º 0.78% 0.69% -
XYZ 22.08 17.02 3.96 -
YUV 110.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 176 92 38 0 0.48 0.78 0.31 23.48 0.64 0.42
Hex B0 5C 26 0 30 4E 1F 17 40 2A
Octal 260 134 46 0 60 116 37 27 100 52
Binary 10110000 1011100 100110 0 110000 1001110 11111 10111 1000000 101010

Color Harmonies of #B05C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C26

Black with #B05C26

Text Example


Text Example

White with #B05C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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