Html Css Color HEX #B4542B Fiery Orange

📋 copy color: '#B4542B'

red 180 ◦ green 84 ◦ blue 43

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

Shades of Fiery Orange #B4542B

Tints of Fiery Orange #B4542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 58.63%
G = 27.36%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4542B (or 0xB4542B) is known color: Fiery Orange. HEX triplet: B4, 54 and 2B. RGB value is (180,84,43). Sum of RGB (Red+Green+Blue) = 180+84+43=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4542B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4542B is #4BABD4. Grayscale: #6C6C6C. Windows color (decimal): -4959189 or 2839732. OLE color: 2839732.

HSL color Cylindrical-coordinate representation of color #B4542B: hue angle of 17.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4542B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 43 -
CMYK 0 0.53 0.76 0.29
HSL 17.96º 0.61% 0.44% -
HSV(B) 17.96º 0.76% 0.71% -
XYZ 22.43 16.22 4.23 -
YUV 108.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 180 84 43 0 0.53 0.76 0.29 17.96 0.61 0.44
Hex B4 54 2B 0 35 4C 1D 12 3D 2C
Octal 264 124 53 0 65 114 35 22 75 54
Binary 10110100 1010100 101011 0 110101 1001100 11101 10010 111101 101100

Color Harmonies of #B4542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4542B

Black with #B4542B

Text Example


Text Example

White with #B4542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4542B; }

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

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

background-color css

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

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

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

border-color css

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

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

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