Html Css Color HEX #B66278 Tapestry

📋 copy color: '#B66278'

red 182 ◦ green 98 ◦ blue 120

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

Shades of Tapestry #B66278

Tints of Tapestry #B66278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

 BLUE value IS 120 (47.27% from 255) = 30%

R = 45.5%
G = 24.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B66278 (or 0xB66278) is known color: Tapestry. HEX triplet: B6, 62 and 78. RGB value is (182,98,120). Sum of RGB (Red+Green+Blue) = 182+98+120=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B66278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66278 is #499D87. Grayscale: #7D7D7D. Windows color (decimal): -4824456 or 7889590. OLE color: 7889590.

HSL color Cylindrical-coordinate representation of color #B66278: hue angle of 344.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66278 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 98 120 -
CMYK 0 0.46 0.34 0.29
HSL 344.29º 0.37% 0.55% -
HSV(B) 344.29º 0.46% 0.71% -
XYZ 27.05 20.04 20.21 -
YUV 125.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 182 98 120 0 0.46 0.34 0.29 344.29 0.37 0.55
Hex B6 62 78 0 2E 22 1D 158 25 37
Octal 266 142 170 0 56 42 35 530 45 67
Binary 10110110 1100010 1111000 0 101110 100010 11101 101011000 100101 110111

Color Harmonies of #B66278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66278

Black with #B66278

Text Example


Text Example

White with #B66278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66278; }

 p { color: rgb(182,98,120); }

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

background-color css

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

 a { background-color: rgb(182,98,120); }

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

border-color css

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

 span { border-color: rgb(182,98,120); }

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