Html Css Color HEX #B05A39 Fiery Orange

📋 copy color: '#B05A39'

red 176 ◦ green 90 ◦ blue 57

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

Shades of Fiery Orange #B05A39

Tints of Fiery Orange #B05A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.65%

R = 54.49%
G = 27.86%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B05A39 (or 0xB05A39) is known color: Fiery Orange. HEX triplet: B0, 5A and 39. RGB value is (176,90,57). Sum of RGB (Red+Green+Blue) = 176+90+57=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A39 is #4FA5C6. Grayscale: #707070. Windows color (decimal): -5219783 or 3758768. OLE color: 3758768.

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

Color convert

RGB 176 90 57 -
CMYK 0 0.49 0.68 0.31
HSL 16.64º 0.51% 0.46% -
HSV(B) 16.64º 0.68% 0.69% -
XYZ 22.3 16.84 5.95 -
YUV 111.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 176 90 57 0 0.49 0.68 0.31 16.64 0.51 0.46
Hex B0 5A 39 0 31 44 1F 11 33 2E
Octal 260 132 71 0 61 104 37 21 63 56
Binary 10110000 1011010 111001 0 110001 1000100 11111 10001 110011 101110

Color Harmonies of #B05A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A39

Black with #B05A39

Text Example


Text Example

White with #B05A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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