Html Css Color HEX #BD7E92 Puce

📋 copy color: '#BD7E92'

red 189 ◦ green 126 ◦ blue 146

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

Shades of Puce #BD7E92

Tints of Puce #BD7E92

RGB

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

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

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

R = 41%
G = 27.33%
B = 31.67%

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

#BD7E92 (or 0xBD7E92) is known color: Puce. HEX triplet: BD, 7E and 92. RGB value is (189,126,146). Sum of RGB (Red+Green+Blue) = 189+126+146=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E92 is #42816D. Grayscale: #939393. Windows color (decimal): -4358510 or 9600701. OLE color: 9600701.

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

Color convert

RGB 189 126 146 -
CMYK 0 0.33 0.23 0.26
HSL 340.95º 0.32% 0.62% -
HSV(B) 340.95º 0.33% 0.74% -
XYZ 33.64 27.82 30.79 -
YUV 147.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 189 126 146 0 0.33 0.23 0.26 340.95 0.32 0.62
Hex BD 7E 92 0 21 17 1A 155 20 3E
Octal 275 176 222 0 41 27 32 525 40 76
Binary 10111101 1111110 10010010 0 100001 10111 11010 101010101 100000 111110

Color Harmonies of #BD7E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7E92

Black with #BD7E92

Text Example


Text Example

White with #BD7E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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