Html Css Color HEX #BD858A Puce

📋 copy color: '#BD858A'

red 189 ◦ green 133 ◦ blue 138

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

Shades of Puce #BD858A

Tints of Puce #BD858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 41.09%
G = 28.91%
B = 30%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD858A (or 0xBD858A) is known color: Puce. HEX triplet: BD, 85 and 8A. RGB value is (189,133,138). Sum of RGB (Red+Green+Blue) = 189+133+138=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD858A is #427A75. Grayscale: #969696. Windows color (decimal): -4356726 or 9078205. OLE color: 9078205.

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

Color convert

RGB 189 133 138 -
CMYK 0 0.30 0.27 0.26
HSL 354.64º 0.3% 0.63% -
HSV(B) 354.64º 0.3% 0.74% -
XYZ 33.96 29.43 27.94 -
YUV 150.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 189 133 138 0 0.30 0.27 0.26 354.64 0.3 0.63
Hex BD 85 8A 0 1E 1B 1A 163 1E 3F
Octal 275 205 212 0 36 33 32 543 36 77
Binary 10111101 10000101 10001010 0 11110 11011 11010 101100011 11110 111111

Color Harmonies of #BD858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD858A

Black with #BD858A

Text Example


Text Example

White with #BD858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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