Html Css Color HEX #B5727B Tapestry

📋 copy color: '#B5727B'

red 181 ◦ green 114 ◦ blue 123

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

Shades of Tapestry #B5727B

Tints of Tapestry #B5727B

RGB

 RED value IS 181 (71.09% from 255) = 43.3%

 GREEN value IS 114 (44.92% from 255) = 27.27%

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 43.3%
G = 27.27%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5727B (or 0xB5727B) is known color: Tapestry. HEX triplet: B5, 72 and 7B. RGB value is (181,114,123). Sum of RGB (Red+Green+Blue) = 181+114+123=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5727B is #4A8D84. Grayscale: #878787. Windows color (decimal): -4885893 or 8090293. OLE color: 8090293.

HSL color Cylindrical-coordinate representation of color #B5727B: hue angle of 351.94º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5727B is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 123 -
CMYK 0 0.37 0.32 0.29
HSL 351.94º 0.31% 0.58% -
HSV(B) 351.94º 0.37% 0.71% -
XYZ 28.65 23.29 21.72 -
YUV 135.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 181 114 123 0 0.37 0.32 0.29 351.94 0.31 0.58
Hex B5 72 7B 0 25 20 1D 160 1F 3A
Octal 265 162 173 0 45 40 35 540 37 72
Binary 10110101 1110010 1111011 0 100101 100000 11101 101100000 11111 111010

Color Harmonies of #B5727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5727B

Black with #B5727B

Text Example


Text Example

White with #B5727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5727B; }

 p { color: rgb(181,114,123); }

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

background-color css

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

 a { background-color: rgb(181,114,123); }

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

border-color css

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

 span { border-color: rgb(181,114,123); }

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