Html Css Color HEX #BD8291 Puce

📋 copy color: '#BD8291'

red 189 ◦ green 130 ◦ blue 145

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

Shades of Puce #BD8291

Tints of Puce #BD8291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.25%

R = 40.73%
G = 28.02%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD8291 (or 0xBD8291) is known color: Puce. HEX triplet: BD, 82 and 91. RGB value is (189,130,145). Sum of RGB (Red+Green+Blue) = 189+130+145=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8291 is #427D6E. Grayscale: #959595. Windows color (decimal): -4357487 or 9536189. OLE color: 9536189.

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

Color convert

RGB 189 130 145 -
CMYK 0 0.31 0.23 0.26
HSL 344.75º 0.31% 0.63% -
HSV(B) 344.75º 0.31% 0.74% -
XYZ 34.08 28.83 30.56 -
YUV 149.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 189 130 145 0 0.31 0.23 0.26 344.75 0.31 0.63
Hex BD 82 91 0 1F 17 1A 159 1F 3F
Octal 275 202 221 0 37 27 32 531 37 77
Binary 10111101 10000010 10010001 0 11111 10111 11010 101011001 11111 111111

Color Harmonies of #BD8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8291

Black with #BD8291

Text Example


Text Example

White with #BD8291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8291; }

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

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

background-color css

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

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

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

border-color css

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

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

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