Html Css Color HEX #BD858B Puce

📋 copy color: '#BD858B'

red 189 ◦ green 133 ◦ blue 139

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

Shades of Puce #BD858B

Tints of Puce #BD858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 41%
G = 28.85%
B = 30.15%

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

#BD858B (or 0xBD858B) is known color: Puce. HEX triplet: BD, 85 and 8B. RGB value is (189,133,139). Sum of RGB (Red+Green+Blue) = 189+133+139=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD858B is #427A74. Grayscale: #969696. Windows color (decimal): -4356725 or 9143741. OLE color: 9143741.

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

Color convert

RGB 189 133 139 -
CMYK 0 0.30 0.26 0.26
HSL 353.57º 0.3% 0.63% -
HSV(B) 353.57º 0.3% 0.74% -
XYZ 34.03 29.46 28.32 -
YUV 150.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 189 133 139 0 0.30 0.26 0.26 353.57 0.3 0.63
Hex BD 85 8B 0 1E 1A 1A 162 1E 3F
Octal 275 205 213 0 36 32 32 542 36 77
Binary 10111101 10000101 10001011 0 11110 11010 11010 101100010 11110 111111

Color Harmonies of #BD858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD858B

Black with #BD858B

Text Example


Text Example

White with #BD858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD858B; }

 p { color: rgb(189,133,139); }

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

background-color css

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

 a { background-color: rgb(189,133,139); }

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

border-color css

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

 span { border-color: rgb(189,133,139); }

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