Html Css Color HEX #BD828F Puce

📋 copy color: '#BD828F'

red 189 ◦ green 130 ◦ blue 143

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

Shades of Puce #BD828F

Tints of Puce #BD828F

RGB

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

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

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

R = 40.91%
G = 28.14%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD828F (or 0xBD828F) is known color: Puce. HEX triplet: BD, 82 and 8F. RGB value is (189,130,143). Sum of RGB (Red+Green+Blue) = 189+130+143=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD828F is #427D70. Grayscale: #959595. Windows color (decimal): -4357489 or 9405117. OLE color: 9405117.

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

Color convert

RGB 189 130 143 -
CMYK 0 0.31 0.24 0.26
HSL 346.78º 0.31% 0.63% -
HSV(B) 346.78º 0.31% 0.74% -
XYZ 33.93 28.77 29.75 -
YUV 149.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 189 130 143 0 0.31 0.24 0.26 346.78 0.31 0.63
Hex BD 82 8F 0 1F 18 1A 15B 1F 3F
Octal 275 202 217 0 37 30 32 533 37 77
Binary 10111101 10000010 10001111 0 11111 11000 11010 101011011 11111 111111

Color Harmonies of #BD828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD828F

Black with #BD828F

Text Example


Text Example

White with #BD828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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