Html Css Color HEX #BD8096 Puce

📋 copy color: '#BD8096'

red 189 ◦ green 128 ◦ blue 150

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

Shades of Puce #BD8096

Tints of Puce #BD8096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 150 (58.98% from 255) = 32.12%

R = 40.47%
G = 27.41%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD8096 (or 0xBD8096) is known color: Puce. HEX triplet: BD, 80 and 96. RGB value is (189,128,150). Sum of RGB (Red+Green+Blue) = 189+128+150=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8096 is #427F69. Grayscale: #949494. Windows color (decimal): -4357994 or 9863357. OLE color: 9863357.

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

Color convert

RGB 189 128 150 -
CMYK 0 0.32 0.21 0.26
HSL 338.36º 0.32% 0.62% -
HSV(B) 338.36º 0.32% 0.74% -
XYZ 34.21 28.46 32.54 -
YUV 148.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 189 128 150 0 0.32 0.21 0.26 338.36 0.32 0.62
Hex BD 80 96 0 20 15 1A 152 20 3E
Octal 275 200 226 0 40 25 32 522 40 76
Binary 10111101 10000000 10010110 0 100000 10101 11010 101010010 100000 111110

Color Harmonies of #BD8096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8096

Black with #BD8096

Text Example


Text Example

White with #BD8096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8096; }

 p { color: rgb(189,128,150); }

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

background-color css

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

 a { background-color: rgb(189,128,150); }

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

border-color css

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

 span { border-color: rgb(189,128,150); }

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