Html Css Color HEX #B45432 Fiery Orange

📋 copy color: '#B45432'

red 180 ◦ green 84 ◦ blue 50

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

Shades of Fiery Orange #B45432

Tints of Fiery Orange #B45432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 57.32%
G = 26.75%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B45432 (or 0xB45432) is known color: Fiery Orange. HEX triplet: B4, 54 and 32. RGB value is (180,84,50). Sum of RGB (Red+Green+Blue) = 180+84+50=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B45432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45432 is #4BABCD. Grayscale: #6D6D6D. Windows color (decimal): -4959182 or 3298484. OLE color: 3298484.

HSL color Cylindrical-coordinate representation of color #B45432: hue angle of 15.69º degrees, saturation: 0.57, 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 #B45432 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 50 -
CMYK 0 0.53 0.72 0.29
HSL 15.69º 0.57% 0.45% -
HSV(B) 15.69º 0.72% 0.71% -
XYZ 22.57 16.27 4.97 -
YUV 108.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 180 84 50 0 0.53 0.72 0.29 15.69 0.57 0.45
Hex B4 54 32 0 35 48 1D 10 39 2D
Octal 264 124 62 0 65 110 35 20 71 55
Binary 10110100 1010100 110010 0 110101 1001000 11101 10000 111001 101101

Color Harmonies of #B45432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45432

Black with #B45432

Text Example


Text Example

White with #B45432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45432; }

 p { color: rgb(180,84,50); }

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

background-color css

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

 a { background-color: rgb(180,84,50); }

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

border-color css

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

 span { border-color: rgb(180,84,50); }

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