Html Css Color HEX #BB8490 Puce

📋 copy color: '#BB8490'

red 187 ◦ green 132 ◦ blue 144

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

Shades of Puce #BB8490

Tints of Puce #BB8490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 40.39%
G = 28.51%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB8490 (or 0xBB8490) is known color: Puce. HEX triplet: BB, 84 and 90. RGB value is (187,132,144). Sum of RGB (Red+Green+Blue) = 187+132+144=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8490 is #447B6F. Grayscale: #959595. Windows color (decimal): -4488048 or 9471163. OLE color: 9471163.

HSL color Cylindrical-coordinate representation of color #BB8490: hue angle of 346.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB8490 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 132 144 -
CMYK 0 0.29 0.23 0.27
HSL 346.91º 0.29% 0.63% -
HSV(B) 346.91º 0.29% 0.73% -
XYZ 33.78 29.08 30.22 -
YUV 149.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 187 132 144 0 0.29 0.23 0.27 346.91 0.29 0.63
Hex BB 84 90 0 1D 17 1B 15B 1D 3F
Octal 273 204 220 0 35 27 33 533 35 77
Binary 10111011 10000100 10010000 0 11101 10111 11011 101011011 11101 111111

Color Harmonies of #BB8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8490

Black with #BB8490

Text Example


Text Example

White with #BB8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8490; }

 p { color: rgb(187,132,144); }

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

background-color css

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

 a { background-color: rgb(187,132,144); }

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

border-color css

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

 span { border-color: rgb(187,132,144); }

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