Html Css Color HEX #B05D36 Fiery Orange

📋 copy color: '#B05D36'

red 176 ◦ green 93 ◦ blue 54

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

Shades of Fiery Orange #B05D36

Tints of Fiery Orange #B05D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 54.49%
G = 28.79%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B05D36 (or 0xB05D36) is known color: Fiery Orange. HEX triplet: B0, 5D and 36. RGB value is (176,93,54). Sum of RGB (Red+Green+Blue) = 176+93+54=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D36 is #4FA2C9. Grayscale: #717171. Windows color (decimal): -5219018 or 3562928. OLE color: 3562928.

HSL color Cylindrical-coordinate representation of color #B05D36: hue angle of 19.18º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B05D36 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 93 54 -
CMYK 0 0.47 0.69 0.31
HSL 19.18º 0.53% 0.45% -
HSV(B) 19.18º 0.69% 0.69% -
XYZ 22.48 17.33 5.65 -
YUV 113.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 176 93 54 0 0.47 0.69 0.31 19.18 0.53 0.45
Hex B0 5D 36 0 2F 45 1F 13 35 2D
Octal 260 135 66 0 57 105 37 23 65 55
Binary 10110000 1011101 110110 0 101111 1000101 11111 10011 110101 101101

Color Harmonies of #B05D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D36

Black with #B05D36

Text Example


Text Example

White with #B05D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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