Html Css Color HEX #BD8490 Puce

📋 copy color: '#BD8490'

red 189 ◦ green 132 ◦ blue 144

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

Shades of Puce #BD8490

Tints of Puce #BD8490

RGB

 RED value IS 189 (74.22% from 255) = 40.65%

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

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

R = 40.65%
G = 28.39%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD8490 (or 0xBD8490) is known color: Puce. HEX triplet: BD, 84 and 90. RGB value is (189,132,144). Sum of RGB (Red+Green+Blue) = 189+132+144=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8490 is #427B6F. Grayscale: #969696. Windows color (decimal): -4356976 or 9471165. OLE color: 9471165.

HSL color Cylindrical-coordinate representation of color #BD8490: hue angle of 347.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8490 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 144 -
CMYK 0 0.30 0.24 0.26
HSL 347.37º 0.3% 0.63% -
HSV(B) 347.37º 0.3% 0.74% -
XYZ 34.27 29.33 30.24 -
YUV 150.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 189 132 144 0 0.30 0.24 0.26 347.37 0.3 0.63
Hex BD 84 90 0 1E 18 1A 15B 1E 3F
Octal 275 204 220 0 36 30 32 533 36 77
Binary 10111101 10000100 10010000 0 11110 11000 11010 101011011 11110 111111

Color Harmonies of #BD8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8490

Black with #BD8490

Text Example


Text Example

White with #BD8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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