Html Css Color HEX #BD8A8B Puce

📋 copy color: '#BD8A8B'

red 189 ◦ green 138 ◦ blue 139

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

Shades of Puce #BD8A8B

Tints of Puce #BD8A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.83%

R = 40.56%
G = 29.61%
B = 29.83%

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

#BD8A8B (or 0xBD8A8B) is known color: Puce. HEX triplet: BD, 8A and 8B. RGB value is (189,138,139). Sum of RGB (Red+Green+Blue) = 189+138+139=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A8B is #427574. Grayscale: #999999. Windows color (decimal): -4355445 or 9145021. OLE color: 9145021.

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

Color convert

RGB 189 138 139 -
CMYK 0 0.27 0.26 0.26
HSL 358.82º 0.28% 0.64% -
HSV(B) 358.82º 0.27% 0.74% -
XYZ 34.73 30.86 28.55 -
YUV 153.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 189 138 139 0 0.27 0.26 0.26 358.82 0.28 0.64
Hex BD 8A 8B 0 1B 1A 1A 167 1C 40
Octal 275 212 213 0 33 32 32 547 34 100
Binary 10111101 10001010 10001011 0 11011 11010 11010 101100111 11100 1000000

Color Harmonies of #BD8A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A8B

Black with #BD8A8B

Text Example


Text Example

White with #BD8A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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