Html Css Color HEX #B45C29 Fiery Orange

📋 copy color: '#B45C29'

red 180 ◦ green 92 ◦ blue 41

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

Shades of Fiery Orange #B45C29

Tints of Fiery Orange #B45C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.39%

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

R = 57.51%
G = 29.39%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B45C29 (or 0xB45C29) is known color: Fiery Orange. HEX triplet: B4, 5C and 29. RGB value is (180,92,41). Sum of RGB (Red+Green+Blue) = 180+92+41=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C29 is #4BA3D6. Grayscale: #707070. Windows color (decimal): -4957143 or 2710708. OLE color: 2710708.

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

Color convert

RGB 180 92 41 -
CMYK 0 0.49 0.77 0.29
HSL 22.01º 0.63% 0.43% -
HSV(B) 22.01º 0.77% 0.71% -
XYZ 23.05 17.52 4.26 -
YUV 112.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 180 92 41 0 0.49 0.77 0.29 22.01 0.63 0.43
Hex B4 5C 29 0 31 4D 1D 16 3F 2B
Octal 264 134 51 0 61 115 35 26 77 53
Binary 10110100 1011100 101001 0 110001 1001101 11101 10110 111111 101011

Color Harmonies of #B45C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C29

Black with #B45C29

Text Example


Text Example

White with #B45C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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