Html Css Color HEX #B07685 Tapestry

📋 copy color: '#B07685'

red 176 ◦ green 118 ◦ blue 133

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

Shades of Tapestry #B07685

Tints of Tapestry #B07685

RGB

 RED value IS 176 (69.14% from 255) = 41.22%

 GREEN value IS 118 (46.48% from 255) = 27.63%

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

R = 41.22%
G = 27.63%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07685 (or 0xB07685) is known color: Tapestry. HEX triplet: B0, 76 and 85. RGB value is (176,118,133). Sum of RGB (Red+Green+Blue) = 176+118+133=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07685 is #4F897A. Grayscale: #898989. Windows color (decimal): -5212539 or 8746672. OLE color: 8746672.

HSL color Cylindrical-coordinate representation of color #B07685: hue angle of 344.48º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07685 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 133 -
CMYK 0 0.33 0.24 0.31
HSL 344.48º 0.27% 0.58% -
HSV(B) 344.48º 0.33% 0.69% -
XYZ 28.62 23.88 25.29 -
YUV 137.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 176 118 133 0 0.33 0.24 0.31 344.48 0.27 0.58
Hex B0 76 85 0 21 18 1F 158 1B 3A
Octal 260 166 205 0 41 30 37 530 33 72
Binary 10110000 1110110 10000101 0 100001 11000 11111 101011000 11011 111010

Color Harmonies of #B07685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07685

Black with #B07685

Text Example


Text Example

White with #B07685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07685; }

 p { color: rgb(176,118,133); }

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

background-color css

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

 a { background-color: rgb(176,118,133); }

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

border-color css

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

 span { border-color: rgb(176,118,133); }

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