Html Css Color HEX #BB828E Puce

📋 copy color: '#BB828E'

red 187 ◦ green 130 ◦ blue 142

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

Shades of Puce #BB828E

Tints of Puce #BB828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 40.74%
G = 28.32%
B = 30.94%

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

#BB828E (or 0xBB828E) is known color: Puce. HEX triplet: BB, 82 and 8E. RGB value is (187,130,142). Sum of RGB (Red+Green+Blue) = 187+130+142=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB828E is #447D71. Grayscale: #949494. Windows color (decimal): -4488562 or 9339579. OLE color: 9339579.

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

Color convert

RGB 187 130 142 -
CMYK 0 0.30 0.24 0.27
HSL 347.37º 0.3% 0.62% -
HSV(B) 347.37º 0.3% 0.73% -
XYZ 33.36 28.48 29.33 -
YUV 148.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 187 130 142 0 0.30 0.24 0.27 347.37 0.3 0.62
Hex BB 82 8E 0 1E 18 1B 15B 1E 3E
Octal 273 202 216 0 36 30 33 533 36 76
Binary 10111011 10000010 10001110 0 11110 11000 11011 101011011 11110 111110

Color Harmonies of #BB828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB828E

Black with #BB828E

Text Example


Text Example

White with #BB828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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