Html Css Color HEX #B6542D Fiery Orange

📋 copy color: '#B6542D'

red 182 ◦ green 84 ◦ blue 45

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

Shades of Fiery Orange #B6542D

Tints of Fiery Orange #B6542D

RGB

 RED value IS 182 (71.48% from 255) = 58.52%

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

 BLUE value IS 45 (17.97% from 255) = 14.47%

R = 58.52%
G = 27.01%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6542D (or 0xB6542D) is known color: Fiery Orange. HEX triplet: B6, 54 and 2D. RGB value is (182,84,45). Sum of RGB (Red+Green+Blue) = 182+84+45=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6542D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6542D is #49ABD2. Grayscale: #6D6D6D. Windows color (decimal): -4828115 or 2970806. OLE color: 2970806.

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

Color convert

RGB 182 84 45 -
CMYK 0 0.54 0.75 0.29
HSL 17.08º 0.6% 0.45% -
HSV(B) 17.08º 0.75% 0.71% -
XYZ 22.94 16.48 4.45 -
YUV 108.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 182 84 45 0 0.54 0.75 0.29 17.08 0.6 0.45
Hex B6 54 2D 0 36 4B 1D 11 3C 2D
Octal 266 124 55 0 66 113 35 21 74 55
Binary 10110110 1010100 101101 0 110110 1001011 11101 10001 111100 101101

Color Harmonies of #B6542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6542D

Black with #B6542D

Text Example


Text Example

White with #B6542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6542D; }

 p { color: rgb(182,84,45); }

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

background-color css

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

 a { background-color: rgb(182,84,45); }

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

border-color css

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

 span { border-color: rgb(182,84,45); }

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