Html Css Color HEX #B27585 Tapestry

📋 copy color: '#B27585'

red 178 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #B27585

Tints of Tapestry #B27585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 41.59%
G = 27.34%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B27585 (or 0xB27585) is known color: Tapestry. HEX triplet: B2, 75 and 85. RGB value is (178,117,133). Sum of RGB (Red+Green+Blue) = 178+117+133=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B27585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27585 is #4D8A7A. Grayscale: #898989. Windows color (decimal): -5081723 or 8746418. OLE color: 8746418.

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

Color convert

RGB 178 117 133 -
CMYK 0 0.34 0.25 0.30
HSL 344.26º 0.28% 0.58% -
HSV(B) 344.26º 0.34% 0.7% -
XYZ 28.96 23.88 25.27 -
YUV 137.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 178 117 133 0 0.34 0.25 0.30 344.26 0.28 0.58
Hex B2 75 85 0 22 19 1E 158 1C 3A
Octal 262 165 205 0 42 31 36 530 34 72
Binary 10110010 1110101 10000101 0 100010 11001 11110 101011000 11100 111010

Color Harmonies of #B27585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27585

Black with #B27585

Text Example


Text Example

White with #B27585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27585; }

 p { color: rgb(178,117,133); }

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

background-color css

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

 a { background-color: rgb(178,117,133); }

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

border-color css

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

 span { border-color: rgb(178,117,133); }

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