Html Css Color HEX #B07983 Tapestry

📋 copy color: '#B07983'

red 176 ◦ green 121 ◦ blue 131

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

Shades of Tapestry #B07983

Tints of Tapestry #B07983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.27%

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

R = 41.12%
G = 28.27%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B07983 (or 0xB07983) is known color: Tapestry. HEX triplet: B0, 79 and 83. RGB value is (176,121,131). Sum of RGB (Red+Green+Blue) = 176+121+131=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B07983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07983 is #4F867C. Grayscale: #8A8A8A. Windows color (decimal): -5211773 or 8616368. OLE color: 8616368.

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

Color convert

RGB 176 121 131 -
CMYK 0 0.31 0.26 0.31
HSL 349.09º 0.26% 0.58% -
HSV(B) 349.09º 0.31% 0.69% -
XYZ 28.84 24.54 24.69 -
YUV 138.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 176 121 131 0 0.31 0.26 0.31 349.09 0.26 0.58
Hex B0 79 83 0 1F 1A 1F 15D 1A 3A
Octal 260 171 203 0 37 32 37 535 32 72
Binary 10110000 1111001 10000011 0 11111 11010 11111 101011101 11010 111010

Color Harmonies of #B07983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07983

Black with #B07983

Text Example


Text Example

White with #B07983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07983; }

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

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

background-color css

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

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

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

border-color css

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

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

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