Html Css Color HEX #B05728 Fiery Orange

📋 copy color: '#B05728'

red 176 ◦ green 87 ◦ blue 40

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

Shades of Fiery Orange #B05728

Tints of Fiery Orange #B05728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

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

R = 58.09%
G = 28.71%
B = 13.2%

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

#B05728 (or 0xB05728) is known color: Fiery Orange. HEX triplet: B0, 57 and 28. RGB value is (176,87,40). Sum of RGB (Red+Green+Blue) = 176+87+40=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B05728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05728 is #4FA8D7. Grayscale: #6C6C6C. Windows color (decimal): -5220568 or 2643888. OLE color: 2643888.

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

Color convert

RGB 176 87 40 -
CMYK 0 0.51 0.77 0.31
HSL 20.74º 0.63% 0.42% -
HSV(B) 20.74º 0.77% 0.69% -
XYZ 21.7 16.2 3.99 -
YUV 108.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 176 87 40 0 0.51 0.77 0.31 20.74 0.63 0.42
Hex B0 57 28 0 33 4D 1F 15 3F 2A
Octal 260 127 50 0 63 115 37 25 77 52
Binary 10110000 1010111 101000 0 110011 1001101 11111 10101 111111 101010

Color Harmonies of #B05728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05728

Black with #B05728

Text Example


Text Example

White with #B05728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05728; }

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

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

background-color css

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

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

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

border-color css

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

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

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