Html Css Color HEX #BB898A Puce

📋 copy color: '#BB898A'

red 187 ◦ green 137 ◦ blue 138

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

Shades of Puce #BB898A

Tints of Puce #BB898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 40.48%
G = 29.65%
B = 29.87%

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

#BB898A (or 0xBB898A) is known color: Puce. HEX triplet: BB, 89 and 8A. RGB value is (187,137,138). Sum of RGB (Red+Green+Blue) = 187+137+138=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB898A is #447675. Grayscale: #989898. Windows color (decimal): -4486774 or 9079227. OLE color: 9079227.

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

Color convert

RGB 187 137 138 -
CMYK 0 0.27 0.26 0.27
HSL 358.8º 0.27% 0.64% -
HSV(B) 358.8º 0.27% 0.73% -
XYZ 34.03 30.29 28.1 -
YUV 152.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 187 137 138 0 0.27 0.26 0.27 358.8 0.27 0.64
Hex BB 89 8A 0 1B 1A 1B 167 1B 40
Octal 273 211 212 0 33 32 33 547 33 100
Binary 10111011 10001001 10001010 0 11011 11010 11011 101100111 11011 1000000

Color Harmonies of #BB898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB898A

Black with #BB898A

Text Example


Text Example

White with #BB898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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