Html Css Color HEX #B05528 Fiery Orange

📋 copy color: '#B05528'

red 176 ◦ green 85 ◦ blue 40

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

Shades of Fiery Orange #B05528

Tints of Fiery Orange #B05528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 58.47%
G = 28.24%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B05528 (or 0xB05528) is known color: Fiery Orange. HEX triplet: B0, 55 and 28. RGB value is (176,85,40). Sum of RGB (Red+Green+Blue) = 176+85+40=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B05528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05528 is #4FAAD7. Grayscale: #6B6B6B. Windows color (decimal): -5221080 or 2643376. OLE color: 2643376.

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

Color convert

RGB 176 85 40 -
CMYK 0 0.52 0.77 0.31
HSL 19.85º 0.63% 0.42% -
HSV(B) 19.85º 0.77% 0.69% -
XYZ 21.54 15.88 3.94 -
YUV 107.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 176 85 40 0 0.52 0.77 0.31 19.85 0.63 0.42
Hex B0 55 28 0 34 4D 1F 14 3F 2A
Octal 260 125 50 0 64 115 37 24 77 52
Binary 10110000 1010101 101000 0 110100 1001101 11111 10100 111111 101010

Color Harmonies of #B05528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05528

Black with #B05528

Text Example


Text Example

White with #B05528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05528; }

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

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

background-color css

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

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

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

border-color css

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

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

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