Html Css Color HEX #B0838C Tapestry

📋 copy color: '#B0838C'

red 176 ◦ green 131 ◦ blue 140

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

Shades of Tapestry #B0838C

Tints of Tapestry #B0838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.31%

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 39.37%
G = 29.31%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0838C (or 0xB0838C) is known color: Tapestry. HEX triplet: B0, 83 and 8C. RGB value is (176,131,140). Sum of RGB (Red+Green+Blue) = 176+131+140=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0838C is #4F7C73. Grayscale: #919191. Windows color (decimal): -5209204 or 9208752. OLE color: 9208752.

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

Color convert

RGB 176 131 140 -
CMYK 0 0.26 0.20 0.31
HSL 348º 0.22% 0.6% -
HSV(B) 348º 0.26% 0.69% -
XYZ 30.75 27.36 28.47 -
YUV 145.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 176 131 140 0 0.26 0.20 0.31 348 0.22 0.6
Hex B0 83 8C 0 1A 14 1F 15C 16 3C
Octal 260 203 214 0 32 24 37 534 26 74
Binary 10110000 10000011 10001100 0 11010 10100 11111 101011100 10110 111100

Color Harmonies of #B0838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0838C

Black with #B0838C

Text Example


Text Example

White with #B0838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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