Html Css Color HEX #B45D33 Fiery Orange

📋 copy color: '#B45D33'

red 180 ◦ green 93 ◦ blue 51

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

Shades of Fiery Orange #B45D33

Tints of Fiery Orange #B45D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.74%

R = 55.56%
G = 28.7%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B45D33 (or 0xB45D33) is known color: Fiery Orange. HEX triplet: B4, 5D and 33. RGB value is (180,93,51). Sum of RGB (Red+Green+Blue) = 180+93+51=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D33 is #4BA2CC. Grayscale: #727272. Windows color (decimal): -4956877 or 3366324. OLE color: 3366324.

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

Color convert

RGB 180 93 51 -
CMYK 0 0.48 0.72 0.29
HSL 19.53º 0.56% 0.45% -
HSV(B) 19.53º 0.72% 0.71% -
XYZ 23.33 17.77 5.33 -
YUV 114.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 180 93 51 0 0.48 0.72 0.29 19.53 0.56 0.45
Hex B4 5D 33 0 30 48 1D 14 38 2D
Octal 264 135 63 0 60 110 35 24 70 55
Binary 10110100 1011101 110011 0 110000 1001000 11101 10100 111000 101101

Color Harmonies of #B45D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D33

Black with #B45D33

Text Example


Text Example

White with #B45D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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