Html Css Color HEX #B67582 Tapestry

📋 copy color: '#B67582'

red 182 ◦ green 117 ◦ blue 130

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

Shades of Tapestry #B67582

Tints of Tapestry #B67582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 42.42%
G = 27.27%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B67582 (or 0xB67582) is known color: Tapestry. HEX triplet: B6, 75 and 82. RGB value is (182,117,130). Sum of RGB (Red+Green+Blue) = 182+117+130=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B67582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67582 is #498A7D. Grayscale: #898989. Windows color (decimal): -4819582 or 8549814. OLE color: 8549814.

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

Color convert

RGB 182 117 130 -
CMYK 0 0.36 0.29 0.29
HSL 348º 0.31% 0.59% -
HSV(B) 348º 0.36% 0.71% -
XYZ 29.68 24.28 24.24 -
YUV 137.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 182 117 130 0 0.36 0.29 0.29 348 0.31 0.59
Hex B6 75 82 0 24 1D 1D 15C 1F 3B
Octal 266 165 202 0 44 35 35 534 37 73
Binary 10110110 1110101 10000010 0 100100 11101 11101 101011100 11111 111011

Color Harmonies of #B67582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67582

Black with #B67582

Text Example


Text Example

White with #B67582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67582; }

 p { color: rgb(182,117,130); }

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

background-color css

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

 a { background-color: rgb(182,117,130); }

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

border-color css

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

 span { border-color: rgb(182,117,130); }

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