Html Css Color HEX #BC917B Pale Taupe

📋 copy color: '#BC917B'

red 188 ◦ green 145 ◦ blue 123

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

Shades of Pale Taupe #BC917B

Tints of Pale Taupe #BC917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.8%

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

R = 41.23%
G = 31.8%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC917B (or 0xBC917B) is known color: Pale Taupe. HEX triplet: BC, 91 and 7B. RGB value is (188,145,123). Sum of RGB (Red+Green+Blue) = 188+145+123=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC917B is #436E84. Grayscale: #9B9B9B. Windows color (decimal): -4419205 or 8098236. OLE color: 8098236.

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

Color convert

RGB 188 145 123 -
CMYK 0 0.23 0.35 0.26
HSL 20.31º 0.33% 0.61% -
HSV(B) 20.31º 0.35% 0.74% -
XYZ 34.44 32.37 23.17 -
YUV 155.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 188 145 123 0 0.23 0.35 0.26 20.31 0.33 0.61
Hex BC 91 7B 0 17 23 1A 14 21 3D
Octal 274 221 173 0 27 43 32 24 41 75
Binary 10111100 10010001 1111011 0 10111 100011 11010 10100 100001 111101

Color Harmonies of #BC917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC917B

Black with #BC917B

Text Example


Text Example

White with #BC917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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