Html Css Color HEX #B45829 Fiery Orange

📋 copy color: '#B45829'

red 180 ◦ green 88 ◦ blue 41

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

Shades of Fiery Orange #B45829

Tints of Fiery Orange #B45829

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 58.25%
G = 28.48%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B45829 (or 0xB45829) is known color: Fiery Orange. HEX triplet: B4, 58 and 29. RGB value is (180,88,41). Sum of RGB (Red+Green+Blue) = 180+88+41=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B45829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45829 is #4BA7D6. Grayscale: #6E6E6E. Windows color (decimal): -4958167 or 2709684. OLE color: 2709684.

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

Color convert

RGB 180 88 41 -
CMYK 0 0.51 0.77 0.29
HSL 20.29º 0.63% 0.43% -
HSV(B) 20.29º 0.77% 0.71% -
XYZ 22.71 16.84 4.15 -
YUV 110.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 180 88 41 0 0.51 0.77 0.29 20.29 0.63 0.43
Hex B4 58 29 0 33 4D 1D 14 3F 2B
Octal 264 130 51 0 63 115 35 24 77 53
Binary 10110100 1011000 101001 0 110011 1001101 11101 10100 111111 101011

Color Harmonies of #B45829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45829

Black with #B45829

Text Example


Text Example

White with #B45829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45829; }

 p { color: rgb(180,88,41); }

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

background-color css

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

 a { background-color: rgb(180,88,41); }

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

border-color css

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

 span { border-color: rgb(180,88,41); }

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