Html Css Color HEX #B45C2D Fiery Orange

📋 copy color: '#B45C2D'

red 180 ◦ green 92 ◦ blue 45

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

Shades of Fiery Orange #B45C2D

Tints of Fiery Orange #B45C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 56.78%
G = 29.02%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B45C2D (or 0xB45C2D) is known color: Fiery Orange. HEX triplet: B4, 5C and 2D. RGB value is (180,92,45). Sum of RGB (Red+Green+Blue) = 180+92+45=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C2D is #4BA3D2. Grayscale: #717171. Windows color (decimal): -4957139 or 2972852. OLE color: 2972852.

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

Color convert

RGB 180 92 45 -
CMYK 0 0.49 0.75 0.29
HSL 20.89º 0.6% 0.44% -
HSV(B) 20.89º 0.75% 0.71% -
XYZ 23.12 17.55 4.65 -
YUV 112.95 89.65 175.82 -
System Red Green Blue C M Y K H S L
Decimal 180 92 45 0 0.49 0.75 0.29 20.89 0.6 0.44
Hex B4 5C 2D 0 31 4B 1D 15 3C 2C
Octal 264 134 55 0 61 113 35 25 74 54
Binary 10110100 1011100 101101 0 110001 1001011 11101 10101 111100 101100

Color Harmonies of #B45C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C2D

Black with #B45C2D

Text Example


Text Example

White with #B45C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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