Html Css Color HEX #B45D2F Fiery Orange

📋 copy color: '#B45D2F'

red 180 ◦ green 93 ◦ blue 47

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

Shades of Fiery Orange #B45D2F

Tints of Fiery Orange #B45D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

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

R = 56.25%
G = 29.06%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B45D2F (or 0xB45D2F) is known color: Fiery Orange. HEX triplet: B4, 5D and 2F. RGB value is (180,93,47). Sum of RGB (Red+Green+Blue) = 180+93+47=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D2F is #4BA2D0. Grayscale: #727272. Windows color (decimal): -4956881 or 3104180. OLE color: 3104180.

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

Color convert

RGB 180 93 47 -
CMYK 0 0.48 0.74 0.29
HSL 20.75º 0.59% 0.45% -
HSV(B) 20.75º 0.74% 0.71% -
XYZ 23.25 17.74 4.89 -
YUV 113.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 180 93 47 0 0.48 0.74 0.29 20.75 0.59 0.45
Hex B4 5D 2F 0 30 4A 1D 15 3B 2D
Octal 264 135 57 0 60 112 35 25 73 55
Binary 10110100 1011101 101111 0 110000 1001010 11101 10101 111011 101101

Color Harmonies of #B45D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D2F

Black with #B45D2F

Text Example


Text Example

White with #B45D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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