Html Css Color HEX #B45528 Fiery Orange

📋 copy color: '#B45528'

red 180 ◦ green 85 ◦ blue 40

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

Shades of Fiery Orange #B45528

Tints of Fiery Orange #B45528

RGB

 RED value IS 180 (70.7% from 255) = 59.02%

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

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

R = 59.02%
G = 27.87%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B45528 (or 0xB45528) is known color: Fiery Orange. HEX triplet: B4, 55 and 28. RGB value is (180,85,40). Sum of RGB (Red+Green+Blue) = 180+85+40=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B45528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45528 is #4BAAD7. Grayscale: #6C6C6C. Windows color (decimal): -4958936 or 2643380. OLE color: 2643380.

HSL color Cylindrical-coordinate representation of color #B45528: hue angle of 19.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B45528 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 85 40 -
CMYK 0 0.53 0.78 0.29
HSL 19.29º 0.64% 0.43% -
HSV(B) 19.29º 0.78% 0.71% -
XYZ 22.45 16.35 3.98 -
YUV 108.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 180 85 40 0 0.53 0.78 0.29 19.29 0.64 0.43
Hex B4 55 28 0 35 4E 1D 13 40 2B
Octal 264 125 50 0 65 116 35 23 100 53
Binary 10110100 1010101 101000 0 110101 1001110 11101 10011 1000000 101011

Color Harmonies of #B45528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45528

Black with #B45528

Text Example


Text Example

White with #B45528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45528; }

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

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

background-color css

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

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

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

border-color css

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

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

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