Html Css Color HEX #B27485 Tapestry

📋 copy color: '#B27485'

red 178 ◦ green 116 ◦ blue 133

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

Shades of Tapestry #B27485

Tints of Tapestry #B27485

RGB

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

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

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

R = 41.69%
G = 27.17%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B27485 (or 0xB27485) is known color: Tapestry. HEX triplet: B2, 74 and 85. RGB value is (178,116,133). Sum of RGB (Red+Green+Blue) = 178+116+133=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27485 is #4D8B7A. Grayscale: #888888. Windows color (decimal): -5081979 or 8746162. OLE color: 8746162.

HSL color Cylindrical-coordinate representation of color #B27485: hue angle of 343.55º 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 #B27485 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 133 -
CMYK 0 0.35 0.25 0.30
HSL 343.55º 0.29% 0.58% -
HSV(B) 343.55º 0.35% 0.7% -
XYZ 28.84 23.65 25.24 -
YUV 136.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 178 116 133 0 0.35 0.25 0.30 343.55 0.29 0.58
Hex B2 74 85 0 23 19 1E 158 1D 3A
Octal 262 164 205 0 43 31 36 530 35 72
Binary 10110010 1110100 10000101 0 100011 11001 11110 101011000 11101 111010

Color Harmonies of #B27485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27485

Black with #B27485

Text Example


Text Example

White with #B27485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27485; }

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

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

background-color css

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

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

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

border-color css

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

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

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