Html Css Color HEX #BC967D Pale Taupe

📋 copy color: '#BC967D'

red 188 ◦ green 150 ◦ blue 125

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

Shades of Pale Taupe #BC967D

Tints of Pale Taupe #BC967D

RGB

 RED value IS 188 (73.83% from 255) = 40.6%

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

 BLUE value IS 125 (49.22% from 255) = 27%

R = 40.6%
G = 32.4%
B = 27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC967D (or 0xBC967D) is known color: Pale Taupe. HEX triplet: BC, 96 and 7D. RGB value is (188,150,125). Sum of RGB (Red+Green+Blue) = 188+150+125=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967D is #436982. Grayscale: #9E9E9E. Windows color (decimal): -4417923 or 8230588. OLE color: 8230588.

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

Color convert

RGB 188 150 125 -
CMYK 0 0.20 0.34 0.26
HSL 23.81º 0.32% 0.61% -
HSV(B) 23.81º 0.34% 0.74% -
XYZ 35.35 33.98 24.1 -
YUV 158.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 188 150 125 0 0.20 0.34 0.26 23.81 0.32 0.61
Hex BC 96 7D 0 14 22 1A 18 20 3D
Octal 274 226 175 0 24 42 32 30 40 75
Binary 10111100 10010110 1111101 0 10100 100010 11010 11000 100000 111101

Color Harmonies of #BC967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC967D

Black with #BC967D

Text Example


Text Example

White with #BC967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC967D; }

 p { color: rgb(188,150,125); }

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

background-color css

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

 a { background-color: rgb(188,150,125); }

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

border-color css

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

 span { border-color: rgb(188,150,125); }

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