Html Css Color HEX #BD967C Pale Taupe

📋 copy color: '#BD967C'

red 189 ◦ green 150 ◦ blue 124

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

Shades of Pale Taupe #BD967C

Tints of Pale Taupe #BD967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.4%

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 40.82%
G = 32.4%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD967C (or 0xBD967C) is known color: Pale Taupe. HEX triplet: BD, 96 and 7C. RGB value is (189,150,124). Sum of RGB (Red+Green+Blue) = 189+150+124=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD967C is #426983. Grayscale: #9E9E9E. Windows color (decimal): -4352388 or 8165053. OLE color: 8165053.

HSL color Cylindrical-coordinate representation of color #BD967C: hue angle of 24º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD967C is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 150 124 -
CMYK 0 0.21 0.34 0.26
HSL 24º 0.33% 0.61% -
HSV(B) 24º 0.34% 0.74% -
XYZ 35.53 34.09 23.78 -
YUV 158.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 189 150 124 0 0.21 0.34 0.26 24 0.33 0.61
Hex BD 96 7C 0 15 22 1A 18 21 3D
Octal 275 226 174 0 25 42 32 30 41 75
Binary 10111101 10010110 1111100 0 10101 100010 11010 11000 100001 111101

Color Harmonies of #BD967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD967C

Black with #BD967C

Text Example


Text Example

White with #BD967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD967C; }

 p { color: rgb(189,150,124); }

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

background-color css

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

 a { background-color: rgb(189,150,124); }

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

border-color css

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

 span { border-color: rgb(189,150,124); }

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