Html Css Color HEX #B27488 Tapestry

📋 copy color: '#B27488'

red 178 ◦ green 116 ◦ blue 136

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

Shades of Tapestry #B27488

Tints of Tapestry #B27488

RGB

 RED value IS 178 (69.92% from 255) = 41.4%

 GREEN value IS 116 (45.7% from 255) = 26.98%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 41.4%
G = 26.98%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B27488 (or 0xB27488) is known color: Tapestry. HEX triplet: B2, 74 and 88. RGB value is (178,116,136). Sum of RGB (Red+Green+Blue) = 178+116+136=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B27488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27488 is #4D8B77. Grayscale: #888888. Windows color (decimal): -5081976 or 8942770. OLE color: 8942770.

HSL color Cylindrical-coordinate representation of color #B27488: hue angle of 340.65º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27488 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 136 -
CMYK 0 0.35 0.24 0.30
HSL 340.65º 0.29% 0.58% -
HSV(B) 340.65º 0.35% 0.7% -
XYZ 29.05 23.73 26.34 -
YUV 136.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 178 116 136 0 0.35 0.24 0.30 340.65 0.29 0.58
Hex B2 74 88 0 23 18 1E 155 1D 3A
Octal 262 164 210 0 43 30 36 525 35 72
Binary 10110010 1110100 10001000 0 100011 11000 11110 101010101 11101 111010

Color Harmonies of #B27488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27488

Black with #B27488

Text Example


Text Example

White with #B27488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27488; }

 p { color: rgb(178,116,136); }

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

background-color css

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

 a { background-color: rgb(178,116,136); }

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

border-color css

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

 span { border-color: rgb(178,116,136); }

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