Html Css Color HEX #BD8A8C Puce

📋 copy color: '#BD8A8C'

red 189 ◦ green 138 ◦ blue 140

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

Shades of Puce #BD8A8C

Tints of Puce #BD8A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.55%

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 40.47%
G = 29.55%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD8A8C (or 0xBD8A8C) is known color: Puce. HEX triplet: BD, 8A and 8C. RGB value is (189,138,140). Sum of RGB (Red+Green+Blue) = 189+138+140=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A8C is #427573. Grayscale: #999999. Windows color (decimal): -4355444 or 9210557. OLE color: 9210557.

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

Color convert

RGB 189 138 140 -
CMYK 0 0.27 0.26 0.26
HSL 357.65º 0.28% 0.64% -
HSV(B) 357.65º 0.27% 0.74% -
XYZ 34.81 30.89 28.94 -
YUV 153.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 189 138 140 0 0.27 0.26 0.26 357.65 0.28 0.64
Hex BD 8A 8C 0 1B 1A 1A 166 1C 40
Octal 275 212 214 0 33 32 32 546 34 100
Binary 10111101 10001010 10001100 0 11011 11010 11010 101100110 11100 1000000

Color Harmonies of #BD8A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A8C

Black with #BD8A8C

Text Example


Text Example

White with #BD8A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A8C; }

 p { color: rgb(189,138,140); }

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

background-color css

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

 a { background-color: rgb(189,138,140); }

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

border-color css

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

 span { border-color: rgb(189,138,140); }

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