Html Css Color HEX #BD848C Puce

📋 copy color: '#BD848C'

red 189 ◦ green 132 ◦ blue 140

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

Shades of Puce #BD848C

Tints of Puce #BD848C

RGB

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

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

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

R = 41%
G = 28.63%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD848C (or 0xBD848C) is known color: Puce. HEX triplet: BD, 84 and 8C. RGB value is (189,132,140). Sum of RGB (Red+Green+Blue) = 189+132+140=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD848C is #427B73. Grayscale: #959595. Windows color (decimal): -4356980 or 9209021. OLE color: 9209021.

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

Color convert

RGB 189 132 140 -
CMYK 0 0.30 0.26 0.26
HSL 351.58º 0.3% 0.63% -
HSV(B) 351.58º 0.3% 0.74% -
XYZ 33.97 29.21 28.66 -
YUV 149.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 189 132 140 0 0.30 0.26 0.26 351.58 0.3 0.63
Hex BD 84 8C 0 1E 1A 1A 160 1E 3F
Octal 275 204 214 0 36 32 32 540 36 77
Binary 10111101 10000100 10001100 0 11110 11010 11010 101100000 11110 111111

Color Harmonies of #BD848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD848C

Black with #BD848C

Text Example


Text Example

White with #BD848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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