Html Css Color HEX #B05A28 Fiery Orange

📋 copy color: '#B05A28'

red 176 ◦ green 90 ◦ blue 40

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

Shades of Fiery Orange #B05A28

Tints of Fiery Orange #B05A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 57.52%
G = 29.41%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B05A28 (or 0xB05A28) is known color: Fiery Orange. HEX triplet: B0, 5A and 28. RGB value is (176,90,40). Sum of RGB (Red+Green+Blue) = 176+90+40=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A28 is #4FA5D7. Grayscale: #6E6E6E. Windows color (decimal): -5219800 or 2644656. OLE color: 2644656.

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

Color convert

RGB 176 90 40 -
CMYK 0 0.49 0.77 0.31
HSL 22.06º 0.63% 0.42% -
HSV(B) 22.06º 0.77% 0.69% -
XYZ 21.94 16.7 4.07 -
YUV 110.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 176 90 40 0 0.49 0.77 0.31 22.06 0.63 0.42
Hex B0 5A 28 0 31 4D 1F 16 3F 2A
Octal 260 132 50 0 61 115 37 26 77 52
Binary 10110000 1011010 101000 0 110001 1001101 11111 10110 111111 101010

Color Harmonies of #B05A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A28

Black with #B05A28

Text Example


Text Example

White with #B05A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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