Html Css Color HEX #B7542A Fiery Orange

📋 copy color: '#B7542A'

red 183 ◦ green 84 ◦ blue 42

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

Shades of Fiery Orange #B7542A

Tints of Fiery Orange #B7542A

RGB

 RED value IS 183 (71.88% from 255) = 59.22%

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

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 59.22%
G = 27.18%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7542A (or 0xB7542A) is known color: Fiery Orange. HEX triplet: B7, 54 and 2A. RGB value is (183,84,42). Sum of RGB (Red+Green+Blue) = 183+84+42=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7542A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7542A is #48ABD5. Grayscale: #6D6D6D. Windows color (decimal): -4762582 or 2774199. OLE color: 2774199.

HSL color Cylindrical-coordinate representation of color #B7542A: hue angle of 17.87º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7542A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 84 42 -
CMYK 0 0.54 0.77 0.28
HSL 17.87º 0.63% 0.44% -
HSV(B) 17.87º 0.77% 0.72% -
XYZ 23.12 16.58 4.17 -
YUV 108.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 183 84 42 0 0.54 0.77 0.28 17.87 0.63 0.44
Hex B7 54 2A 0 36 4D 1C 12 3F 2C
Octal 267 124 52 0 66 115 34 22 77 54
Binary 10110111 1010100 101010 0 110110 1001101 11100 10010 111111 101100

Color Harmonies of #B7542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7542A

Black with #B7542A

Text Example


Text Example

White with #B7542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7542A; }

 p { color: rgb(183,84,42); }

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

background-color css

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

 a { background-color: rgb(183,84,42); }

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

border-color css

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

 span { border-color: rgb(183,84,42); }

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