Html Css Color HEX #BB898B Puce

📋 copy color: '#BB898B'

red 187 ◦ green 137 ◦ blue 139

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

Shades of Puce #BB898B

Tints of Puce #BB898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.59%

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 40.39%
G = 29.59%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB898B (or 0xBB898B) is known color: Puce. HEX triplet: BB, 89 and 8B. RGB value is (187,137,139). Sum of RGB (Red+Green+Blue) = 187+137+139=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB898B is #447674. Grayscale: #989898. Windows color (decimal): -4486773 or 9144763. OLE color: 9144763.

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

Color convert

RGB 187 137 139 -
CMYK 0 0.27 0.26 0.27
HSL 357.6º 0.27% 0.64% -
HSV(B) 357.6º 0.27% 0.73% -
XYZ 34.1 30.32 28.48 -
YUV 152.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 187 137 139 0 0.27 0.26 0.27 357.6 0.27 0.64
Hex BB 89 8B 0 1B 1A 1B 166 1B 40
Octal 273 211 213 0 33 32 33 546 33 100
Binary 10111011 10001001 10001011 0 11011 11010 11011 101100110 11011 1000000

Color Harmonies of #BB898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB898B

Black with #BB898B

Text Example


Text Example

White with #BB898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB898B; }

 p { color: rgb(187,137,139); }

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

background-color css

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

 a { background-color: rgb(187,137,139); }

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

border-color css

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

 span { border-color: rgb(187,137,139); }

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