Html Css Color HEX #BB828C Puce

📋 copy color: '#BB828C'

red 187 ◦ green 130 ◦ blue 140

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

Shades of Puce #BB828C

Tints of Puce #BB828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 40.92%
G = 28.45%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB828C (or 0xBB828C) is known color: Puce. HEX triplet: BB, 82 and 8C. RGB value is (187,130,140). Sum of RGB (Red+Green+Blue) = 187+130+140=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB828C is #447D73. Grayscale: #949494. Windows color (decimal): -4488564 or 9208507. OLE color: 9208507.

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

Color convert

RGB 187 130 140 -
CMYK 0 0.30 0.25 0.27
HSL 349.47º 0.3% 0.62% -
HSV(B) 349.47º 0.3% 0.73% -
XYZ 33.21 28.42 28.55 -
YUV 148.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 187 130 140 0 0.30 0.25 0.27 349.47 0.3 0.62
Hex BB 82 8C 0 1E 19 1B 15D 1E 3E
Octal 273 202 214 0 36 31 33 535 36 76
Binary 10111011 10000010 10001100 0 11110 11001 11011 101011101 11110 111110

Color Harmonies of #BB828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB828C

Black with #BB828C

Text Example


Text Example

White with #BB828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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