Html Css Color HEX #B6573A Smoke Tree

📋 copy color: '#B6573A'

red 182 ◦ green 87 ◦ blue 58

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

Shades of Smoke Tree #B6573A

Tints of Smoke Tree #B6573A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 55.66%
G = 26.61%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6573A (or 0xB6573A) is known color: Smoke Tree. HEX triplet: B6, 57 and 3A. RGB value is (182,87,58). Sum of RGB (Red+Green+Blue) = 182+87+58=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6573A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6573A is #49A8C5. Grayscale: #707070. Windows color (decimal): -4827334 or 3823542. OLE color: 3823542.

HSL color Cylindrical-coordinate representation of color #B6573A: hue angle of 14.03º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6573A is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 87 58 -
CMYK 0 0.52 0.68 0.29
HSL 14.03º 0.52% 0.47% -
HSV(B) 14.03º 0.68% 0.71% -
XYZ 23.46 17.07 6.06 -
YUV 112.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 182 87 58 0 0.52 0.68 0.29 14.03 0.52 0.47
Hex B6 57 3A 0 34 44 1D E 34 2F
Octal 266 127 72 0 64 104 35 16 64 57
Binary 10110110 1010111 111010 0 110100 1000100 11101 1110 110100 101111

Color Harmonies of #B6573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6573A

Black with #B6573A

Text Example


Text Example

White with #B6573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6573A; }

 p { color: rgb(182,87,58); }

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

background-color css

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

 a { background-color: rgb(182,87,58); }

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

border-color css

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

 span { border-color: rgb(182,87,58); }

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