Html Css Color HEX #BD8789 Puce

📋 copy color: '#BD8789'

red 189 ◦ green 135 ◦ blue 137

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

Shades of Puce #BD8789

Tints of Puce #BD8789

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.28%

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

R = 41%
G = 29.28%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD8789 (or 0xBD8789) is known color: Puce. HEX triplet: BD, 87 and 89. RGB value is (189,135,137). Sum of RGB (Red+Green+Blue) = 189+135+137=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8789 is #427876. Grayscale: #979797. Windows color (decimal): -4356215 or 9013181. OLE color: 9013181.

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

Color convert

RGB 189 135 137 -
CMYK 0 0.29 0.28 0.26
HSL 357.78º 0.29% 0.64% -
HSV(B) 357.78º 0.29% 0.74% -
XYZ 34.17 29.95 27.65 -
YUV 151.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 189 135 137 0 0.29 0.28 0.26 357.78 0.29 0.64
Hex BD 87 89 0 1D 1C 1A 166 1D 40
Octal 275 207 211 0 35 34 32 546 35 100
Binary 10111101 10000111 10001001 0 11101 11100 11010 101100110 11101 1000000

Color Harmonies of #BD8789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8789

Black with #BD8789

Text Example


Text Example

White with #BD8789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8789; }

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

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

background-color css

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

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

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

border-color css

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

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

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