Html Css Color HEX #B45D34 Fiery Orange

📋 copy color: '#B45D34'

red 180 ◦ green 93 ◦ blue 52

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

Shades of Fiery Orange #B45D34

Tints of Fiery Orange #B45D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 55.38%
G = 28.62%
B = 16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B45D34 (or 0xB45D34) is known color: Fiery Orange. HEX triplet: B4, 5D and 34. RGB value is (180,93,52). Sum of RGB (Red+Green+Blue) = 180+93+52=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D34 is #4BA2CB. Grayscale: #727272. Windows color (decimal): -4956876 or 3431860. OLE color: 3431860.

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

Color convert

RGB 180 93 52 -
CMYK 0 0.48 0.71 0.29
HSL 19.22º 0.55% 0.45% -
HSV(B) 19.22º 0.71% 0.71% -
XYZ 23.36 17.78 5.45 -
YUV 114.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 180 93 52 0 0.48 0.71 0.29 19.22 0.55 0.45
Hex B4 5D 34 0 30 47 1D 13 37 2D
Octal 264 135 64 0 60 107 35 23 67 55
Binary 10110100 1011101 110100 0 110000 1000111 11101 10011 110111 101101

Color Harmonies of #B45D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D34

Black with #B45D34

Text Example


Text Example

White with #B45D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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