Html Css Color HEX #BD848F Puce

📋 copy color: '#BD848F'

red 189 ◦ green 132 ◦ blue 143

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

Shades of Puce #BD848F

Tints of Puce #BD848F

RGB

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

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

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

R = 40.73%
G = 28.45%
B = 30.82%

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

#BD848F (or 0xBD848F) is known color: Puce. HEX triplet: BD, 84 and 8F. RGB value is (189,132,143). Sum of RGB (Red+Green+Blue) = 189+132+143=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD848F is #427B70. Grayscale: #969696. Windows color (decimal): -4356977 or 9405629. OLE color: 9405629.

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

Color convert

RGB 189 132 143 -
CMYK 0 0.30 0.24 0.26
HSL 348.42º 0.3% 0.63% -
HSV(B) 348.42º 0.3% 0.74% -
XYZ 34.2 29.3 29.84 -
YUV 150.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 189 132 143 0 0.30 0.24 0.26 348.42 0.3 0.63
Hex BD 84 8F 0 1E 18 1A 15C 1E 3F
Octal 275 204 217 0 36 30 32 534 36 77
Binary 10111101 10000100 10001111 0 11110 11000 11010 101011100 11110 111111

Color Harmonies of #BD848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD848F

Black with #BD848F

Text Example


Text Example

White with #BD848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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