Html Css Color HEX #BD8296 Puce

📋 copy color: '#BD8296'

red 189 ◦ green 130 ◦ blue 150

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

Shades of Puce #BD8296

Tints of Puce #BD8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.72%

 BLUE value IS 150 (58.98% from 255) = 31.98%

R = 40.3%
G = 27.72%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD8296 (or 0xBD8296) is known color: Puce. HEX triplet: BD, 82 and 96. RGB value is (189,130,150). Sum of RGB (Red+Green+Blue) = 189+130+150=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8296 is #427D69. Grayscale: #959595. Windows color (decimal): -4357482 or 9863869. OLE color: 9863869.

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

Color convert

RGB 189 130 150 -
CMYK 0 0.31 0.21 0.26
HSL 339.66º 0.31% 0.63% -
HSV(B) 339.66º 0.31% 0.74% -
XYZ 34.47 28.99 32.63 -
YUV 149.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 189 130 150 0 0.31 0.21 0.26 339.66 0.31 0.63
Hex BD 82 96 0 1F 15 1A 154 1F 3F
Octal 275 202 226 0 37 25 32 524 37 77
Binary 10111101 10000010 10010110 0 11111 10101 11010 101010100 11111 111111

Color Harmonies of #BD8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8296

Black with #BD8296

Text Example


Text Example

White with #BD8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8296; }

 p { color: rgb(189,130,150); }

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

background-color css

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

 a { background-color: rgb(189,130,150); }

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

border-color css

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

 span { border-color: rgb(189,130,150); }

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