Html Css Color HEX #BC967B Pale Taupe

📋 copy color: '#BC967B'

red 188 ◦ green 150 ◦ blue 123

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

Shades of Pale Taupe #BC967B

Tints of Pale Taupe #BC967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 40.78%
G = 32.54%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC967B (or 0xBC967B) is known color: Pale Taupe. HEX triplet: BC, 96 and 7B. RGB value is (188,150,123). Sum of RGB (Red+Green+Blue) = 188+150+123=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967B is #436984. Grayscale: #9E9E9E. Windows color (decimal): -4417925 or 8099516. OLE color: 8099516.

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

Color convert

RGB 188 150 123 -
CMYK 0 0.20 0.35 0.26
HSL 24.92º 0.33% 0.61% -
HSV(B) 24.92º 0.35% 0.74% -
XYZ 35.22 33.93 23.43 -
YUV 158.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 188 150 123 0 0.20 0.35 0.26 24.92 0.33 0.61
Hex BC 96 7B 0 14 23 1A 19 21 3D
Octal 274 226 173 0 24 43 32 31 41 75
Binary 10111100 10010110 1111011 0 10100 100011 11010 11001 100001 111101

Color Harmonies of #BC967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC967B

Black with #BC967B

Text Example


Text Example

White with #BC967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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