Html Css Color HEX #BD868A Puce

📋 copy color: '#BD868A'

red 189 ◦ green 134 ◦ blue 138

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

Shades of Puce #BD868A

Tints of Puce #BD868A

RGB

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

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

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

R = 41%
G = 29.07%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD868A (or 0xBD868A) is known color: Puce. HEX triplet: BD, 86 and 8A. RGB value is (189,134,138). Sum of RGB (Red+Green+Blue) = 189+134+138=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD868A is #427975. Grayscale: #969696. Windows color (decimal): -4356470 or 9078461. OLE color: 9078461.

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

Color convert

RGB 189 134 138 -
CMYK 0 0.29 0.27 0.26
HSL 355.64º 0.29% 0.63% -
HSV(B) 355.64º 0.29% 0.74% -
XYZ 34.1 29.7 27.98 -
YUV 150.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 189 134 138 0 0.29 0.27 0.26 355.64 0.29 0.63
Hex BD 86 8A 0 1D 1B 1A 164 1D 3F
Octal 275 206 212 0 35 33 32 544 35 77
Binary 10111101 10000110 10001010 0 11101 11011 11010 101100100 11101 111111

Color Harmonies of #BD868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD868A

Black with #BD868A

Text Example


Text Example

White with #BD868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD868A; }

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

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

background-color css

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

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

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

border-color css

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

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

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