Html Css Color HEX #B07683 Tapestry

📋 copy color: '#B07683'

red 176 ◦ green 118 ◦ blue 131

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

Shades of Tapestry #B07683

Tints of Tapestry #B07683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.82%

R = 41.41%
G = 27.76%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B07683 (or 0xB07683) is known color: Tapestry. HEX triplet: B0, 76 and 83. RGB value is (176,118,131). Sum of RGB (Red+Green+Blue) = 176+118+131=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07683 is #4F897C. Grayscale: #888888. Windows color (decimal): -5212541 or 8615600. OLE color: 8615600.

HSL color Cylindrical-coordinate representation of color #B07683: hue angle of 346.55º 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 #B07683 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 131 -
CMYK 0 0.33 0.26 0.31
HSL 346.55º 0.27% 0.58% -
HSV(B) 346.55º 0.33% 0.69% -
XYZ 28.48 23.83 24.57 -
YUV 136.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 176 118 131 0 0.33 0.26 0.31 346.55 0.27 0.58
Hex B0 76 83 0 21 1A 1F 15B 1B 3A
Octal 260 166 203 0 41 32 37 533 33 72
Binary 10110000 1110110 10000011 0 100001 11010 11111 101011011 11011 111010

Color Harmonies of #B07683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07683

Black with #B07683

Text Example


Text Example

White with #B07683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07683; }

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

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

background-color css

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

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

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

border-color css

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

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

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