Html Css Color HEX #BD8788 Puce

📋 copy color: '#BD8788'

red 189 ◦ green 135 ◦ blue 136

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

Shades of Puce #BD8788

Tints of Puce #BD8788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 41.09%
G = 29.35%
B = 29.57%

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

#BD8788 (or 0xBD8788) is known color: Puce. HEX triplet: BD, 87 and 88. RGB value is (189,135,136). Sum of RGB (Red+Green+Blue) = 189+135+136=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8788 is #427877. Grayscale: #979797. Windows color (decimal): -4356216 or 8947645. OLE color: 8947645.

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

Color convert

RGB 189 135 136 -
CMYK 0 0.29 0.28 0.26
HSL 358.89º 0.29% 0.64% -
HSV(B) 358.89º 0.29% 0.74% -
XYZ 34.09 29.92 27.27 -
YUV 151.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 189 135 136 0 0.29 0.28 0.26 358.89 0.29 0.64
Hex BD 87 88 0 1D 1C 1A 167 1D 40
Octal 275 207 210 0 35 34 32 547 35 100
Binary 10111101 10000111 10001000 0 11101 11100 11010 101100111 11101 1000000

Color Harmonies of #BD8788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8788

Black with #BD8788

Text Example


Text Example

White with #BD8788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8788; }

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

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

background-color css

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

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

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

border-color css

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

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

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