Html Css Color HEX #B05628 Fiery Orange

📋 copy color: '#B05628'

red 176 ◦ green 86 ◦ blue 40

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

Shades of Fiery Orange #B05628

Tints of Fiery Orange #B05628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.48%

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

R = 58.28%
G = 28.48%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B05628 (or 0xB05628) is known color: Fiery Orange. HEX triplet: B0, 56 and 28. RGB value is (176,86,40). Sum of RGB (Red+Green+Blue) = 176+86+40=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B05628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05628 is #4FA9D7. Grayscale: #6B6B6B. Windows color (decimal): -5220824 or 2643632. OLE color: 2643632.

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

Color convert

RGB 176 86 40 -
CMYK 0 0.51 0.77 0.31
HSL 20.29º 0.63% 0.42% -
HSV(B) 20.29º 0.77% 0.69% -
XYZ 21.62 16.04 3.96 -
YUV 107.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 176 86 40 0 0.51 0.77 0.31 20.29 0.63 0.42
Hex B0 56 28 0 33 4D 1F 14 3F 2A
Octal 260 126 50 0 63 115 37 24 77 52
Binary 10110000 1010110 101000 0 110011 1001101 11111 10100 111111 101010

Color Harmonies of #B05628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05628

Black with #B05628

Text Example


Text Example

White with #B05628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05628; }

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

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

background-color css

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

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

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

border-color css

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

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

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