Html Css Color HEX #BB738D Tapestry

📋 copy color: '#BB738D'

red 187 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #BB738D

Tints of Tapestry #BB738D

RGB

 RED value IS 187 (73.44% from 255) = 42.21%

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

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 42.21%
G = 25.96%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB738D (or 0xBB738D) is known color: Tapestry. HEX triplet: BB, 73 and 8D. RGB value is (187,115,141). Sum of RGB (Red+Green+Blue) = 187+115+141=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB738D is #448C72. Grayscale: #8B8B8B. Windows color (decimal): -4492403 or 9270203. OLE color: 9270203.

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

Color convert

RGB 187 115 141 -
CMYK 0 0.39 0.25 0.27
HSL 338.33º 0.35% 0.59% -
HSV(B) 338.33º 0.39% 0.73% -
XYZ 31.43 24.75 28.32 -
YUV 139.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 187 115 141 0 0.39 0.25 0.27 338.33 0.35 0.59
Hex BB 73 8D 0 27 19 1B 152 23 3B
Octal 273 163 215 0 47 31 33 522 43 73
Binary 10111011 1110011 10001101 0 100111 11001 11011 101010010 100011 111011

Color Harmonies of #BB738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB738D

Black with #BB738D

Text Example


Text Example

White with #BB738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB738D; }

 p { color: rgb(187,115,141); }

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

background-color css

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

 a { background-color: rgb(187,115,141); }

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

border-color css

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

 span { border-color: rgb(187,115,141); }

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