Html Css Color HEX #BD7F90 Puce

📋 copy color: '#BD7F90'

red 189 ◦ green 127 ◦ blue 144

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

Shades of Puce #BD7F90

Tints of Puce #BD7F90

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

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

R = 41.09%
G = 27.61%
B = 31.3%

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

#BD7F90 (or 0xBD7F90) is known color: Puce. HEX triplet: BD, 7F and 90. RGB value is (189,127,144). Sum of RGB (Red+Green+Blue) = 189+127+144=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F90 is #42806F. Grayscale: #939393. Windows color (decimal): -4358256 or 9469885. OLE color: 9469885.

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

Color convert

RGB 189 127 144 -
CMYK 0 0.33 0.24 0.26
HSL 343.55º 0.32% 0.62% -
HSV(B) 343.55º 0.33% 0.74% -
XYZ 33.61 28.01 30.02 -
YUV 147.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 189 127 144 0 0.33 0.24 0.26 343.55 0.32 0.62
Hex BD 7F 90 0 21 18 1A 158 20 3E
Octal 275 177 220 0 41 30 32 530 40 76
Binary 10111101 1111111 10010000 0 100001 11000 11010 101011000 100000 111110

Color Harmonies of #BD7F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F90

Black with #BD7F90

Text Example


Text Example

White with #BD7F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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