Html Css Color HEX #BD8093 Puce

📋 copy color: '#BD8093'

red 189 ◦ green 128 ◦ blue 147

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

Shades of Puce #BD8093

Tints of Puce #BD8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.59%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 40.73%
G = 27.59%
B = 31.68%

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

#BD8093 (or 0xBD8093) is known color: Puce. HEX triplet: BD, 80 and 93. RGB value is (189,128,147). Sum of RGB (Red+Green+Blue) = 189+128+147=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8093 is #427F6C. Grayscale: #949494. Windows color (decimal): -4357997 or 9666749. OLE color: 9666749.

HSL color Cylindrical-coordinate representation of color #BD8093: hue angle of 341.31º degrees, saturation: 0.32, 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 #BD8093 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 147 -
CMYK 0 0.32 0.22 0.26
HSL 341.31º 0.32% 0.62% -
HSV(B) 341.31º 0.32% 0.74% -
XYZ 33.97 28.36 31.29 -
YUV 148.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 189 128 147 0 0.32 0.22 0.26 341.31 0.32 0.62
Hex BD 80 93 0 20 16 1A 155 20 3E
Octal 275 200 223 0 40 26 32 525 40 76
Binary 10111101 10000000 10010011 0 100000 10110 11010 101010101 100000 111110

Color Harmonies of #BD8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8093

Black with #BD8093

Text Example


Text Example

White with #BD8093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8093; }

 p { color: rgb(189,128,147); }

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

background-color css

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

 a { background-color: rgb(189,128,147); }

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

border-color css

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

 span { border-color: rgb(189,128,147); }

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