Html Css Color HEX #BB808F Puce

📋 copy color: '#BB808F'

red 187 ◦ green 128 ◦ blue 143

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

Shades of Puce #BB808F

Tints of Puce #BB808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

 BLUE value IS 143 (56.25% from 255) = 31.22%

R = 40.83%
G = 27.95%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB808F (or 0xBB808F) is known color: Puce. HEX triplet: BB, 80 and 8F. RGB value is (187,128,143). Sum of RGB (Red+Green+Blue) = 187+128+143=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808F is #447F70. Grayscale: #939393. Windows color (decimal): -4489073 or 9404603. OLE color: 9404603.

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

Color convert

RGB 187 128 143 -
CMYK 0 0.32 0.24 0.27
HSL 344.75º 0.3% 0.62% -
HSV(B) 344.75º 0.32% 0.73% -
XYZ 33.17 27.99 29.64 -
YUV 147.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 187 128 143 0 0.32 0.24 0.27 344.75 0.3 0.62
Hex BB 80 8F 0 20 18 1B 159 1E 3E
Octal 273 200 217 0 40 30 33 531 36 76
Binary 10111011 10000000 10001111 0 100000 11000 11011 101011001 11110 111110

Color Harmonies of #BB808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB808F

Black with #BB808F

Text Example


Text Example

White with #BB808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB808F; }

 p { color: rgb(187,128,143); }

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

background-color css

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

 a { background-color: rgb(187,128,143); }

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

border-color css

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

 span { border-color: rgb(187,128,143); }

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