Html Css Color HEX #B45C2F Fiery Orange

📋 copy color: '#B45C2F'

red 180 ◦ green 92 ◦ blue 47

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

Shades of Fiery Orange #B45C2F

Tints of Fiery Orange #B45C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 56.43%
G = 28.84%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B45C2F (or 0xB45C2F) is known color: Fiery Orange. HEX triplet: B4, 5C and 2F. RGB value is (180,92,47). Sum of RGB (Red+Green+Blue) = 180+92+47=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C2F is #4BA3D0. Grayscale: #717171. Windows color (decimal): -4957137 or 3103924. OLE color: 3103924.

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

Color convert

RGB 180 92 47 -
CMYK 0 0.49 0.74 0.29
HSL 20.3º 0.59% 0.45% -
HSV(B) 20.3º 0.74% 0.71% -
XYZ 23.16 17.56 4.86 -
YUV 113.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 180 92 47 0 0.49 0.74 0.29 20.3 0.59 0.45
Hex B4 5C 2F 0 31 4A 1D 14 3B 2D
Octal 264 134 57 0 61 112 35 24 73 55
Binary 10110100 1011100 101111 0 110001 1001010 11101 10100 111011 101101

Color Harmonies of #B45C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C2F

Black with #B45C2F

Text Example


Text Example

White with #B45C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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