Html Css Color HEX #BD8390 Puce

📋 copy color: '#BD8390'

red 189 ◦ green 131 ◦ blue 144

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

Shades of Puce #BD8390

Tints of Puce #BD8390

RGB

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

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

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

R = 40.73%
G = 28.23%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD8390 (or 0xBD8390) is known color: Puce. HEX triplet: BD, 83 and 90. RGB value is (189,131,144). Sum of RGB (Red+Green+Blue) = 189+131+144=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8390 is #427C6F. Grayscale: #959595. Windows color (decimal): -4357232 or 9470909. OLE color: 9470909.

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

Color convert

RGB 189 131 144 -
CMYK 0 0.31 0.24 0.26
HSL 346.55º 0.31% 0.63% -
HSV(B) 346.55º 0.31% 0.74% -
XYZ 34.14 29.07 30.2 -
YUV 149.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 189 131 144 0 0.31 0.24 0.26 346.55 0.31 0.63
Hex BD 83 90 0 1F 18 1A 15B 1F 3F
Octal 275 203 220 0 37 30 32 533 37 77
Binary 10111101 10000011 10010000 0 11111 11000 11010 101011011 11111 111111

Color Harmonies of #BD8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8390

Black with #BD8390

Text Example


Text Example

White with #BD8390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8390; }

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

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

background-color css

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

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

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

border-color css

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

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

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