Html Css Color HEX #BD7E96 Puce

📋 copy color: '#BD7E96'

red 189 ◦ green 126 ◦ blue 150

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

Shades of Puce #BD7E96

Tints of Puce #BD7E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.1%

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

R = 40.65%
G = 27.1%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD7E96 (or 0xBD7E96) is known color: Puce. HEX triplet: BD, 7E and 96. RGB value is (189,126,150). Sum of RGB (Red+Green+Blue) = 189+126+150=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E96 is #428169. Grayscale: #939393. Windows color (decimal): -4358506 or 9862845. OLE color: 9862845.

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

Color convert

RGB 189 126 150 -
CMYK 0 0.33 0.21 0.26
HSL 337.14º 0.32% 0.62% -
HSV(B) 337.14º 0.33% 0.74% -
XYZ 33.95 27.94 32.46 -
YUV 147.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 189 126 150 0 0.33 0.21 0.26 337.14 0.32 0.62
Hex BD 7E 96 0 21 15 1A 151 20 3E
Octal 275 176 226 0 41 25 32 521 40 76
Binary 10111101 1111110 10010110 0 100001 10101 11010 101010001 100000 111110

Color Harmonies of #BD7E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E96

Black with #BD7E96

Text Example


Text Example

White with #BD7E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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