Html Css Color HEX #B66078 Tapestry

📋 copy color: '#B66078'

red 182 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #B66078

Tints of Tapestry #B66078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

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

R = 45.73%
G = 24.12%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B66078 (or 0xB66078) is known color: Tapestry. HEX triplet: B6, 60 and 78. RGB value is (182,96,120). Sum of RGB (Red+Green+Blue) = 182+96+120=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B66078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66078 is #499F87. Grayscale: #7C7C7C. Windows color (decimal): -4824968 or 7889078. OLE color: 7889078.

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

Color convert

RGB 182 96 120 -
CMYK 0 0.47 0.34 0.29
HSL 343.26º 0.37% 0.55% -
HSV(B) 343.26º 0.47% 0.71% -
XYZ 26.86 19.67 20.15 -
YUV 124.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 182 96 120 0 0.47 0.34 0.29 343.26 0.37 0.55
Hex B6 60 78 0 2F 22 1D 157 25 37
Octal 266 140 170 0 57 42 35 527 45 67
Binary 10110110 1100000 1111000 0 101111 100010 11101 101010111 100101 110111

Color Harmonies of #B66078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66078

Black with #B66078

Text Example


Text Example

White with #B66078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66078; }

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

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

background-color css

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

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

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

border-color css

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

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

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