Html Css Color HEX #BD8090 Puce

📋 copy color: '#BD8090'

red 189 ◦ green 128 ◦ blue 144

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

Shades of Puce #BD8090

Tints of Puce #BD8090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.77%

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

R = 41%
G = 27.77%
B = 31.24%

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

#BD8090 (or 0xBD8090) is known color: Puce. HEX triplet: BD, 80 and 90. RGB value is (189,128,144). Sum of RGB (Red+Green+Blue) = 189+128+144=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8090 is #427F6F. Grayscale: #949494. Windows color (decimal): -4358000 or 9470141. OLE color: 9470141.

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

Color convert

RGB 189 128 144 -
CMYK 0 0.32 0.24 0.26
HSL 344.26º 0.32% 0.62% -
HSV(B) 344.26º 0.32% 0.74% -
XYZ 33.74 28.27 30.06 -
YUV 148.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 189 128 144 0 0.32 0.24 0.26 344.26 0.32 0.62
Hex BD 80 90 0 20 18 1A 158 20 3E
Octal 275 200 220 0 40 30 32 530 40 76
Binary 10111101 10000000 10010000 0 100000 11000 11010 101011000 100000 111110

Color Harmonies of #BD8090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8090

Black with #BD8090

Text Example


Text Example

White with #BD8090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8090; }

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

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

background-color css

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

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

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

border-color css

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

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

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