Html Css Color HEX #BC937B Pale Taupe

📋 copy color: '#BC937B'

red 188 ◦ green 147 ◦ blue 123

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

Shades of Pale Taupe #BC937B

Tints of Pale Taupe #BC937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.1%

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

R = 41.05%
G = 32.1%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC937B (or 0xBC937B) is known color: Pale Taupe. HEX triplet: BC, 93 and 7B. RGB value is (188,147,123). Sum of RGB (Red+Green+Blue) = 188+147+123=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC937B is #436C84. Grayscale: #9C9C9C. Windows color (decimal): -4418693 or 8098748. OLE color: 8098748.

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

Color convert

RGB 188 147 123 -
CMYK 0 0.22 0.35 0.26
HSL 22.15º 0.33% 0.61% -
HSV(B) 22.15º 0.35% 0.74% -
XYZ 34.75 32.99 23.27 -
YUV 156.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 188 147 123 0 0.22 0.35 0.26 22.15 0.33 0.61
Hex BC 93 7B 0 16 23 1A 16 21 3D
Octal 274 223 173 0 26 43 32 26 41 75
Binary 10111100 10010011 1111011 0 10110 100011 11010 10110 100001 111101

Color Harmonies of #BC937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC937B

Black with #BC937B

Text Example


Text Example

White with #BC937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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