Html Css Color HEX #BC738B Tapestry

📋 copy color: '#BC738B'

red 188 ◦ green 115 ◦ blue 139

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

Shades of Tapestry #BC738B

Tints of Tapestry #BC738B

RGB

 RED value IS 188 (73.83% from 255) = 42.53%

 GREEN value IS 115 (45.31% from 255) = 26.02%

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 42.53%
G = 26.02%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC738B (or 0xBC738B) is known color: Tapestry. HEX triplet: BC, 73 and 8B. RGB value is (188,115,139). Sum of RGB (Red+Green+Blue) = 188+115+139=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC738B is #438C74. Grayscale: #8B8B8B. Windows color (decimal): -4426869 or 9139132. OLE color: 9139132.

HSL color Cylindrical-coordinate representation of color #BC738B: hue angle of 340.27º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC738B is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 115 139 -
CMYK 0 0.39 0.26 0.26
HSL 340.27º 0.35% 0.59% -
HSV(B) 340.27º 0.39% 0.74% -
XYZ 31.53 24.82 27.55 -
YUV 139.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 188 115 139 0 0.39 0.26 0.26 340.27 0.35 0.59
Hex BC 73 8B 0 27 1A 1A 154 23 3B
Octal 274 163 213 0 47 32 32 524 43 73
Binary 10111100 1110011 10001011 0 100111 11010 11010 101010100 100011 111011

Color Harmonies of #BC738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC738B

Black with #BC738B

Text Example


Text Example

White with #BC738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC738B; }

 p { color: rgb(188,115,139); }

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

background-color css

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

 a { background-color: rgb(188,115,139); }

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

border-color css

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

 span { border-color: rgb(188,115,139); }

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