Html Css Color HEX #BD8392 Puce

📋 copy color: '#BD8392'

red 189 ◦ green 131 ◦ blue 146

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

Shades of Puce #BD8392

Tints of Puce #BD8392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.11%

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

R = 40.56%
G = 28.11%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD8392 (or 0xBD8392) is known color: Puce. HEX triplet: BD, 83 and 92. RGB value is (189,131,146). Sum of RGB (Red+Green+Blue) = 189+131+146=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8392 is #427C6D. Grayscale: #969696. Windows color (decimal): -4357230 or 9601981. OLE color: 9601981.

HSL color Cylindrical-coordinate representation of color #BD8392: hue angle of 344.48º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8392 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 131 146 -
CMYK 0 0.31 0.23 0.26
HSL 344.48º 0.31% 0.63% -
HSV(B) 344.48º 0.31% 0.74% -
XYZ 34.29 29.13 31.01 -
YUV 150.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 189 131 146 0 0.31 0.23 0.26 344.48 0.31 0.63
Hex BD 83 92 0 1F 17 1A 158 1F 3F
Octal 275 203 222 0 37 27 32 530 37 77
Binary 10111101 10000011 10010010 0 11111 10111 11010 101011000 11111 111111

Color Harmonies of #BD8392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8392

Black with #BD8392

Text Example


Text Example

White with #BD8392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8392; }

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

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

background-color css

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

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

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

border-color css

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

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

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