Html Css Color HEX #BC997B Pale Taupe

📋 copy color: '#BC997B'

red 188 ◦ green 153 ◦ blue 123

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

Shades of Pale Taupe #BC997B

Tints of Pale Taupe #BC997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.97%

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

R = 40.52%
G = 32.97%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC997B (or 0xBC997B) is known color: Pale Taupe. HEX triplet: BC, 99 and 7B. RGB value is (188,153,123). Sum of RGB (Red+Green+Blue) = 188+153+123=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC997B is #436684. Grayscale: #A0A0A0. Windows color (decimal): -4417157 or 8100284. OLE color: 8100284.

HSL color Cylindrical-coordinate representation of color #BC997B: hue angle of 27.69º 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 #BC997B is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 153 123 -
CMYK 0 0.19 0.35 0.26
HSL 27.69º 0.33% 0.61% -
HSV(B) 27.69º 0.35% 0.74% -
XYZ 35.71 34.9 23.59 -
YUV 160.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 188 153 123 0 0.19 0.35 0.26 27.69 0.33 0.61
Hex BC 99 7B 0 13 23 1A 1C 21 3D
Octal 274 231 173 0 23 43 32 34 41 75
Binary 10111100 10011001 1111011 0 10011 100011 11010 11100 100001 111101

Color Harmonies of #BC997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC997B

Black with #BC997B

Text Example


Text Example

White with #BC997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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