Html Css Color HEX #BB8687 Puce

📋 copy color: '#BB8687'

red 187 ◦ green 134 ◦ blue 135

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

Shades of Puce #BB8687

Tints of Puce #BB8687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

 BLUE value IS 135 (53.13% from 255) = 29.61%

R = 41.01%
G = 29.39%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB8687 (or 0xBB8687) is known color: Puce. HEX triplet: BB, 86 and 87. RGB value is (187,134,135). Sum of RGB (Red+Green+Blue) = 187+134+135=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8687 is #447978. Grayscale: #969696. Windows color (decimal): -4487545 or 8881851. OLE color: 8881851.

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

Color convert

RGB 187 134 135 -
CMYK 0 0.28 0.28 0.27
HSL 358.87º 0.28% 0.63% -
HSV(B) 358.87º 0.28% 0.73% -
XYZ 33.39 29.36 26.83 -
YUV 149.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 187 134 135 0 0.28 0.28 0.27 358.87 0.28 0.63
Hex BB 86 87 0 1C 1C 1B 167 1C 3F
Octal 273 206 207 0 34 34 33 547 34 77
Binary 10111011 10000110 10000111 0 11100 11100 11011 101100111 11100 111111

Color Harmonies of #BB8687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8687

Black with #BB8687

Text Example


Text Example

White with #BB8687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8687; }

 p { color: rgb(187,134,135); }

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

background-color css

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

 a { background-color: rgb(187,134,135); }

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

border-color css

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

 span { border-color: rgb(187,134,135); }

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