Html Css Color HEX #B67085 Tapestry

📋 copy color: '#B67085'

red 182 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #B67085

Tints of Tapestry #B67085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 42.62%
G = 26.23%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B67085 (or 0xB67085) is known color: Tapestry. HEX triplet: B6, 70 and 85. RGB value is (182,112,133). Sum of RGB (Red+Green+Blue) = 182+112+133=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B67085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67085 is #498F7A. Grayscale: #878787. Windows color (decimal): -4820859 or 8745142. OLE color: 8745142.

HSL color Cylindrical-coordinate representation of color #B67085: hue angle of 342º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67085 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 133 -
CMYK 0 0.38 0.27 0.29
HSL 342º 0.32% 0.58% -
HSV(B) 342º 0.38% 0.71% -
XYZ 29.32 23.23 25.13 -
YUV 135.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 182 112 133 0 0.38 0.27 0.29 342 0.32 0.58
Hex B6 70 85 0 26 1B 1D 156 20 3A
Octal 266 160 205 0 46 33 35 526 40 72
Binary 10110110 1110000 10000101 0 100110 11011 11101 101010110 100000 111010

Color Harmonies of #B67085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67085

Black with #B67085

Text Example


Text Example

White with #B67085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67085; }

 p { color: rgb(182,112,133); }

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

background-color css

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

 a { background-color: rgb(182,112,133); }

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

border-color css

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

 span { border-color: rgb(182,112,133); }

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