Html Css Color HEX #B05D26 Fiery Orange

📋 copy color: '#B05D26'

red 176 ◦ green 93 ◦ blue 38

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

Shades of Fiery Orange #B05D26

Tints of Fiery Orange #B05D26

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.29%

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

R = 57.33%
G = 30.29%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B05D26 (or 0xB05D26) is known color: Fiery Orange. HEX triplet: B0, 5D and 26. RGB value is (176,93,38). Sum of RGB (Red+Green+Blue) = 176+93+38=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D26 is #4FA2D9. Grayscale: #6F6F6F. Windows color (decimal): -5219034 or 2514352. OLE color: 2514352.

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

Color convert

RGB 176 93 38 -
CMYK 0 0.47 0.78 0.31
HSL 23.91º 0.64% 0.42% -
HSV(B) 23.91º 0.78% 0.69% -
XYZ 22.17 17.2 3.98 -
YUV 111.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 176 93 38 0 0.47 0.78 0.31 23.91 0.64 0.42
Hex B0 5D 26 0 2F 4E 1F 18 40 2A
Octal 260 135 46 0 57 116 37 30 100 52
Binary 10110000 1011101 100110 0 101111 1001110 11111 11000 1000000 101010

Color Harmonies of #B05D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D26

Black with #B05D26

Text Example


Text Example

White with #B05D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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