Html Css Color HEX #BD8194 Puce

📋 copy color: '#BD8194'

red 189 ◦ green 129 ◦ blue 148

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

Shades of Puce #BD8194

Tints of Puce #BD8194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.68%

 BLUE value IS 148 (58.2% from 255) = 31.76%

R = 40.56%
G = 27.68%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD8194 (or 0xBD8194) is known color: Puce. HEX triplet: BD, 81 and 94. RGB value is (189,129,148). Sum of RGB (Red+Green+Blue) = 189+129+148=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8194 is #427E6B. Grayscale: #959595. Windows color (decimal): -4357740 or 9732541. OLE color: 9732541.

HSL color Cylindrical-coordinate representation of color #BD8194: hue angle of 341º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8194 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 148 -
CMYK 0 0.32 0.22 0.26
HSL 341º 0.31% 0.62% -
HSV(B) 341º 0.32% 0.74% -
XYZ 34.18 28.66 31.75 -
YUV 149.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 189 129 148 0 0.32 0.22 0.26 341 0.31 0.62
Hex BD 81 94 0 20 16 1A 155 1F 3E
Octal 275 201 224 0 40 26 32 525 37 76
Binary 10111101 10000001 10010100 0 100000 10110 11010 101010101 11111 111110

Color Harmonies of #BD8194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8194

Black with #BD8194

Text Example


Text Example

White with #BD8194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8194; }

 p { color: rgb(189,129,148); }

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

background-color css

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

 a { background-color: rgb(189,129,148); }

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

border-color css

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

 span { border-color: rgb(189,129,148); }

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