Html Css Color HEX #BB737A Tapestry

📋 copy color: '#BB737A'

red 187 ◦ green 115 ◦ blue 122

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

Shades of Tapestry #BB737A

Tints of Tapestry #BB737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.77%

R = 44.1%
G = 27.12%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB737A (or 0xBB737A) is known color: Tapestry. HEX triplet: BB, 73 and 7A. RGB value is (187,115,122). Sum of RGB (Red+Green+Blue) = 187+115+122=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB737A is #448C85. Grayscale: #898989. Windows color (decimal): -4492422 or 8025019. OLE color: 8025019.

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

Color convert

RGB 187 115 122 -
CMYK 0 0.39 0.35 0.27
HSL 354.17º 0.35% 0.59% -
HSV(B) 354.17º 0.39% 0.73% -
XYZ 30.14 24.23 21.5 -
YUV 137.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 187 115 122 0 0.39 0.35 0.27 354.17 0.35 0.59
Hex BB 73 7A 0 27 23 1B 162 23 3B
Octal 273 163 172 0 47 43 33 542 43 73
Binary 10111011 1110011 1111010 0 100111 100011 11011 101100010 100011 111011

Color Harmonies of #BB737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB737A

Black with #BB737A

Text Example


Text Example

White with #BB737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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