Html Css Color HEX #B07381 Tapestry

📋 copy color: '#B07381'

red 176 ◦ green 115 ◦ blue 129

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

Shades of Tapestry #B07381

Tints of Tapestry #B07381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 41.9%
G = 27.38%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B07381 (or 0xB07381) is known color: Tapestry. HEX triplet: B0, 73 and 81. RGB value is (176,115,129). Sum of RGB (Red+Green+Blue) = 176+115+129=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07381 is #4F8C7E. Grayscale: #868686. Windows color (decimal): -5213311 or 8483760. OLE color: 8483760.

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

Color convert

RGB 176 115 129 -
CMYK 0 0.35 0.27 0.31
HSL 346.23º 0.28% 0.57% -
HSV(B) 346.23º 0.35% 0.69% -
XYZ 28 23.08 23.75 -
YUV 134.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 176 115 129 0 0.35 0.27 0.31 346.23 0.28 0.57
Hex B0 73 81 0 23 1B 1F 15A 1C 39
Octal 260 163 201 0 43 33 37 532 34 71
Binary 10110000 1110011 10000001 0 100011 11011 11111 101011010 11100 111001

Color Harmonies of #B07381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07381

Black with #B07381

Text Example


Text Example

White with #B07381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07381; }

 p { color: rgb(176,115,129); }

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

background-color css

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

 a { background-color: rgb(176,115,129); }

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

border-color css

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

 span { border-color: rgb(176,115,129); }

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