Html Css Color HEX #BD8589 Puce

📋 copy color: '#BD8589'

red 189 ◦ green 133 ◦ blue 137

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

Shades of Puce #BD8589

Tints of Puce #BD8589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

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

R = 41.18%
G = 28.98%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD8589 (or 0xBD8589) is known color: Puce. HEX triplet: BD, 85 and 89. RGB value is (189,133,137). Sum of RGB (Red+Green+Blue) = 189+133+137=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8589 is #427A76. Grayscale: #969696. Windows color (decimal): -4356727 or 9012669. OLE color: 9012669.

HSL color Cylindrical-coordinate representation of color #BD8589: hue angle of 355.71º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8589 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 137 -
CMYK 0 0.30 0.28 0.26
HSL 355.71º 0.3% 0.63% -
HSV(B) 355.71º 0.3% 0.74% -
XYZ 33.89 29.4 27.56 -
YUV 150.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 189 133 137 0 0.30 0.28 0.26 355.71 0.3 0.63
Hex BD 85 89 0 1E 1C 1A 164 1E 3F
Octal 275 205 211 0 36 34 32 544 36 77
Binary 10111101 10000101 10001001 0 11110 11100 11010 101100100 11110 111111

Color Harmonies of #BD8589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8589

Black with #BD8589

Text Example


Text Example

White with #BD8589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8589; }

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

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

background-color css

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

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

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

border-color css

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

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

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