Html Css Color HEX #BD7F92 Puce

📋 copy color: '#BD7F92'

red 189 ◦ green 127 ◦ blue 146

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

Shades of Puce #BD7F92

Tints of Puce #BD7F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 40.91%
G = 27.49%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD7F92 (or 0xBD7F92) is known color: Puce. HEX triplet: BD, 7F and 92. RGB value is (189,127,146). Sum of RGB (Red+Green+Blue) = 189+127+146=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F92 is #42806D. Grayscale: #939393. Windows color (decimal): -4358254 or 9600957. OLE color: 9600957.

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

Color convert

RGB 189 127 146 -
CMYK 0 0.33 0.23 0.26
HSL 341.61º 0.32% 0.62% -
HSV(B) 341.61º 0.33% 0.74% -
XYZ 33.76 28.07 30.83 -
YUV 147.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 189 127 146 0 0.33 0.23 0.26 341.61 0.32 0.62
Hex BD 7F 92 0 21 17 1A 156 20 3E
Octal 275 177 222 0 41 27 32 526 40 76
Binary 10111101 1111111 10010010 0 100001 10111 11010 101010110 100000 111110

Color Harmonies of #BD7F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F92

Black with #BD7F92

Text Example


Text Example

White with #BD7F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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