Html Css Color HEX #BB828F Puce

📋 copy color: '#BB828F'

red 187 ◦ green 130 ◦ blue 143

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

Shades of Puce #BB828F

Tints of Puce #BB828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

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

R = 40.65%
G = 28.26%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB828F (or 0xBB828F) is known color: Puce. HEX triplet: BB, 82 and 8F. RGB value is (187,130,143). Sum of RGB (Red+Green+Blue) = 187+130+143=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB828F is #447D70. Grayscale: #949494. Windows color (decimal): -4488561 or 9405115. OLE color: 9405115.

HSL color Cylindrical-coordinate representation of color #BB828F: hue angle of 346.32º degrees, saturation: 0.3, 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 #BB828F is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 143 -
CMYK 0 0.30 0.24 0.27
HSL 346.32º 0.3% 0.62% -
HSV(B) 346.32º 0.3% 0.73% -
XYZ 33.43 28.51 29.73 -
YUV 148.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 187 130 143 0 0.30 0.24 0.27 346.32 0.3 0.62
Hex BB 82 8F 0 1E 18 1B 15A 1E 3E
Octal 273 202 217 0 36 30 33 532 36 76
Binary 10111011 10000010 10001111 0 11110 11000 11011 101011010 11110 111110

Color Harmonies of #BB828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB828F

Black with #BB828F

Text Example


Text Example

White with #BB828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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