Html Css Color HEX #BD8095 Puce

📋 copy color: '#BD8095'

red 189 ◦ green 128 ◦ blue 149

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

Shades of Puce #BD8095

Tints of Puce #BD8095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.97%

R = 40.56%
G = 27.47%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD8095 (or 0xBD8095) is known color: Puce. HEX triplet: BD, 80 and 95. RGB value is (189,128,149). Sum of RGB (Red+Green+Blue) = 189+128+149=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8095 is #427F6A. Grayscale: #949494. Windows color (decimal): -4357995 or 9797821. OLE color: 9797821.

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

Color convert

RGB 189 128 149 -
CMYK 0 0.32 0.21 0.26
HSL 339.34º 0.32% 0.62% -
HSV(B) 339.34º 0.32% 0.74% -
XYZ 34.13 28.43 32.12 -
YUV 148.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 189 128 149 0 0.32 0.21 0.26 339.34 0.32 0.62
Hex BD 80 95 0 20 15 1A 153 20 3E
Octal 275 200 225 0 40 25 32 523 40 76
Binary 10111101 10000000 10010101 0 100000 10101 11010 101010011 100000 111110

Color Harmonies of #BD8095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8095

Black with #BD8095

Text Example


Text Example

White with #BD8095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8095; }

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

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

background-color css

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

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

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

border-color css

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

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

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