Html Css Color HEX #BB6375 Tapestry

📋 copy color: '#BB6375'

red 187 ◦ green 99 ◦ blue 117

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

Shades of Tapestry #BB6375

Tints of Tapestry #BB6375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.57%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 46.4%
G = 24.57%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB6375 (or 0xBB6375) is known color: Tapestry. HEX triplet: BB, 63 and 75. RGB value is (187,99,117). Sum of RGB (Red+Green+Blue) = 187+99+117=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6375 is #449C8A. Grayscale: #7F7F7F. Windows color (decimal): -4496523 or 7693243. OLE color: 7693243.

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

Color convert

RGB 187 99 117 -
CMYK 0 0.47 0.37 0.27
HSL 347.73º 0.39% 0.56% -
HSV(B) 347.73º 0.47% 0.73% -
XYZ 28.17 20.77 19.35 -
YUV 127.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 187 99 117 0 0.47 0.37 0.27 347.73 0.39 0.56
Hex BB 63 75 0 2F 25 1B 15C 27 38
Octal 273 143 165 0 57 45 33 534 47 70
Binary 10111011 1100011 1110101 0 101111 100101 11011 101011100 100111 111000

Color Harmonies of #BB6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6375

Black with #BB6375

Text Example


Text Example

White with #BB6375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6375; }

 p { color: rgb(187,99,117); }

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

background-color css

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

 a { background-color: rgb(187,99,117); }

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

border-color css

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

 span { border-color: rgb(187,99,117); }

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