Html Css Color HEX #BD8289 Puce

📋 copy color: '#BD8289'

red 189 ◦ green 130 ◦ blue 137

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

Shades of Puce #BD8289

Tints of Puce #BD8289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 41.45%
G = 28.51%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD8289 (or 0xBD8289) is known color: Puce. HEX triplet: BD, 82 and 89. RGB value is (189,130,137). Sum of RGB (Red+Green+Blue) = 189+130+137=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8289 is #427D76. Grayscale: #949494. Windows color (decimal): -4357495 or 9011901. OLE color: 9011901.

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

Color convert

RGB 189 130 137 -
CMYK 0 0.31 0.28 0.26
HSL 352.88º 0.31% 0.63% -
HSV(B) 352.88º 0.31% 0.74% -
XYZ 33.48 28.59 27.42 -
YUV 148.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 189 130 137 0 0.31 0.28 0.26 352.88 0.31 0.63
Hex BD 82 89 0 1F 1C 1A 161 1F 3F
Octal 275 202 211 0 37 34 32 541 37 77
Binary 10111101 10000010 10001001 0 11111 11100 11010 101100001 11111 111111

Color Harmonies of #BD8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8289

Black with #BD8289

Text Example


Text Example

White with #BD8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8289; }

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

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

background-color css

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

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

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

border-color css

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

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

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