Html Css Color HEX #BD838C Puce

📋 copy color: '#BD838C'

red 189 ◦ green 131 ◦ blue 140

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

Shades of Puce #BD838C

Tints of Puce #BD838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 41.09%
G = 28.48%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD838C (or 0xBD838C) is known color: Puce. HEX triplet: BD, 83 and 8C. RGB value is (189,131,140). Sum of RGB (Red+Green+Blue) = 189+131+140=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD838C is #427C73. Grayscale: #959595. Windows color (decimal): -4357236 or 9208765. OLE color: 9208765.

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

Color convert

RGB 189 131 140 -
CMYK 0 0.31 0.26 0.26
HSL 350.69º 0.31% 0.63% -
HSV(B) 350.69º 0.31% 0.74% -
XYZ 33.84 28.94 28.61 -
YUV 149.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 189 131 140 0 0.31 0.26 0.26 350.69 0.31 0.63
Hex BD 83 8C 0 1F 1A 1A 15F 1F 3F
Octal 275 203 214 0 37 32 32 537 37 77
Binary 10111101 10000011 10001100 0 11111 11010 11010 101011111 11111 111111

Color Harmonies of #BD838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD838C

Black with #BD838C

Text Example


Text Example

White with #BD838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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