Html Css Color HEX #BD8190 Puce

📋 copy color: '#BD8190'

red 189 ◦ green 129 ◦ blue 144

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

Shades of Puce #BD8190

Tints of Puce #BD8190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 40.91%
G = 27.92%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD8190 (or 0xBD8190) is known color: Puce. HEX triplet: BD, 81 and 90. RGB value is (189,129,144). Sum of RGB (Red+Green+Blue) = 189+129+144=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8190 is #427E6F. Grayscale: #949494. Windows color (decimal): -4357744 or 9470397. OLE color: 9470397.

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

Color convert

RGB 189 129 144 -
CMYK 0 0.32 0.24 0.26
HSL 345º 0.31% 0.62% -
HSV(B) 345º 0.32% 0.74% -
XYZ 33.87 28.53 30.11 -
YUV 148.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 189 129 144 0 0.32 0.24 0.26 345 0.31 0.62
Hex BD 81 90 0 20 18 1A 159 1F 3E
Octal 275 201 220 0 40 30 32 531 37 76
Binary 10111101 10000001 10010000 0 100000 11000 11010 101011001 11111 111110

Color Harmonies of #BD8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8190

Black with #BD8190

Text Example


Text Example

White with #BD8190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8190; }

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

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

background-color css

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

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

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

border-color css

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

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

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