Html Css Color HEX #B45C18 Fiery Orange

📋 copy color: '#B45C18'

red 180 ◦ green 92 ◦ blue 24

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

Shades of Fiery Orange #B45C18

Tints of Fiery Orange #B45C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.11%

R = 60.81%
G = 31.08%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B45C18 (or 0xB45C18) is known color: Fiery Orange. HEX triplet: B4, 5C and 18. RGB value is (180,92,24). Sum of RGB (Red+Green+Blue) = 180+92+24=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45C18 is #4BA3E7. Grayscale: #6E6E6E. Windows color (decimal): -4957160 or 1596596. OLE color: 1596596.

HSL color Cylindrical-coordinate representation of color #B45C18: hue angle of 26.15º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B45C18 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 92 24 -
CMYK 0 0.49 0.87 0.29
HSL 26.15º 0.76% 0.4% -
HSV(B) 26.15º 0.87% 0.71% -
XYZ 22.81 17.42 3.02 -
YUV 110.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 180 92 24 0 0.49 0.87 0.29 26.15 0.76 0.4
Hex B4 5C 18 0 31 57 1D 1A 4C 28
Octal 264 134 30 0 61 127 35 32 114 50
Binary 10110100 1011100 11000 0 110001 1010111 11101 11010 1001100 101000

Color Harmonies of #B45C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C18

Black with #B45C18

Text Example


Text Example

White with #B45C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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