Html Css Color HEX #B27785 Tapestry

📋 copy color: '#B27785'

red 178 ◦ green 119 ◦ blue 133

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

Shades of Tapestry #B27785

Tints of Tapestry #B27785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.67%

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

R = 41.4%
G = 27.67%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B27785 (or 0xB27785) is known color: Tapestry. HEX triplet: B2, 77 and 85. RGB value is (178,119,133). Sum of RGB (Red+Green+Blue) = 178+119+133=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B27785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27785 is #4D887A. Grayscale: #8A8A8A. Windows color (decimal): -5081211 or 8746930. OLE color: 8746930.

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

Color convert

RGB 178 119 133 -
CMYK 0 0.33 0.25 0.30
HSL 345.76º 0.28% 0.58% -
HSV(B) 345.76º 0.33% 0.7% -
XYZ 29.19 24.35 25.35 -
YUV 138.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 178 119 133 0 0.33 0.25 0.30 345.76 0.28 0.58
Hex B2 77 85 0 21 19 1E 15A 1C 3A
Octal 262 167 205 0 41 31 36 532 34 72
Binary 10110010 1110111 10000101 0 100001 11001 11110 101011010 11100 111010

Color Harmonies of #B27785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27785

Black with #B27785

Text Example


Text Example

White with #B27785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27785; }

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

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

background-color css

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

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

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

border-color css

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

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

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