Html Css Color HEX #BB8385 Tapestry

📋 copy color: '#BB8385'

red 187 ◦ green 131 ◦ blue 133

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

Shades of Tapestry #BB8385

Tints of Tapestry #BB8385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.05%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 41.46%
G = 29.05%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB8385 (or 0xBB8385) is known color: Tapestry. HEX triplet: BB, 83 and 85. RGB value is (187,131,133). Sum of RGB (Red+Green+Blue) = 187+131+133=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8385 is #447C7A. Grayscale: #949494. Windows color (decimal): -4488315 or 8750011. OLE color: 8750011.

HSL color Cylindrical-coordinate representation of color #BB8385: hue angle of 357.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8385 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 133 -
CMYK 0 0.30 0.29 0.27
HSL 357.86º 0.29% 0.62% -
HSV(B) 357.86º 0.3% 0.73% -
XYZ 32.84 28.49 25.96 -
YUV 147.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 187 131 133 0 0.30 0.29 0.27 357.86 0.29 0.62
Hex BB 83 85 0 1E 1D 1B 166 1D 3E
Octal 273 203 205 0 36 35 33 546 35 76
Binary 10111011 10000011 10000101 0 11110 11101 11011 101100110 11101 111110

Color Harmonies of #BB8385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8385

Black with #BB8385

Text Example


Text Example

White with #BB8385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8385; }

 p { color: rgb(187,131,133); }

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

background-color css

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

 a { background-color: rgb(187,131,133); }

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

border-color css

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

 span { border-color: rgb(187,131,133); }

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