Html Css Color HEX #BD868E Puce

📋 copy color: '#BD868E'

red 189 ◦ green 134 ◦ blue 142

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

Shades of Puce #BD868E

Tints of Puce #BD868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.82%

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 40.65%
G = 28.82%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD868E (or 0xBD868E) is known color: Puce. HEX triplet: BD, 86 and 8E. RGB value is (189,134,142). Sum of RGB (Red+Green+Blue) = 189+134+142=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD868E is #427971. Grayscale: #979797. Windows color (decimal): -4356466 or 9340605. OLE color: 9340605.

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

Color convert

RGB 189 134 142 -
CMYK 0 0.29 0.25 0.26
HSL 351.27º 0.29% 0.63% -
HSV(B) 351.27º 0.29% 0.74% -
XYZ 34.39 29.82 29.53 -
YUV 151.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 189 134 142 0 0.29 0.25 0.26 351.27 0.29 0.63
Hex BD 86 8E 0 1D 19 1A 15F 1D 3F
Octal 275 206 216 0 35 31 32 537 35 77
Binary 10111101 10000110 10001110 0 11101 11001 11010 101011111 11101 111111

Color Harmonies of #BD868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD868E

Black with #BD868E

Text Example


Text Example

White with #BD868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD868E; }

 p { color: rgb(189,134,142); }

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

background-color css

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

 a { background-color: rgb(189,134,142); }

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

border-color css

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

 span { border-color: rgb(189,134,142); }

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