Html Css Color HEX #BD7E90 Puce

📋 copy color: '#BD7E90'

red 189 ◦ green 126 ◦ blue 144

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

Shades of Puce #BD7E90

Tints of Puce #BD7E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 41.18%
G = 27.45%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD7E90 (or 0xBD7E90) is known color: Puce. HEX triplet: BD, 7E and 90. RGB value is (189,126,144). Sum of RGB (Red+Green+Blue) = 189+126+144=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E90 is #42816F. Grayscale: #929292. Windows color (decimal): -4358512 or 9469629. OLE color: 9469629.

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

Color convert

RGB 189 126 144 -
CMYK 0 0.33 0.24 0.26
HSL 342.86º 0.32% 0.62% -
HSV(B) 342.86º 0.33% 0.74% -
XYZ 33.48 27.75 29.98 -
YUV 146.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 189 126 144 0 0.33 0.24 0.26 342.86 0.32 0.62
Hex BD 7E 90 0 21 18 1A 157 20 3E
Octal 275 176 220 0 41 30 32 527 40 76
Binary 10111101 1111110 10010000 0 100001 11000 11010 101010111 100000 111110

Color Harmonies of #BD7E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E90

Black with #BD7E90

Text Example


Text Example

White with #BD7E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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