Html Css Color HEX #BC967A Pale Taupe

📋 copy color: '#BC967A'

red 188 ◦ green 150 ◦ blue 122

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

Shades of Pale Taupe #BC967A

Tints of Pale Taupe #BC967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 40.87%
G = 32.61%
B = 26.52%

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

#BC967A (or 0xBC967A) is known color: Pale Taupe. HEX triplet: BC, 96 and 7A. RGB value is (188,150,122). Sum of RGB (Red+Green+Blue) = 188+150+122=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC967A is #436985. Grayscale: #9E9E9E. Windows color (decimal): -4417926 or 8033980. OLE color: 8033980.

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

Color convert

RGB 188 150 122 -
CMYK 0 0.20 0.35 0.26
HSL 25.45º 0.33% 0.61% -
HSV(B) 25.45º 0.35% 0.74% -
XYZ 35.16 33.91 23.1 -
YUV 158.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 188 150 122 0 0.20 0.35 0.26 25.45 0.33 0.61
Hex BC 96 7A 0 14 23 1A 19 21 3D
Octal 274 226 172 0 24 43 32 31 41 75
Binary 10111100 10010110 1111010 0 10100 100011 11010 11001 100001 111101

Color Harmonies of #BC967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC967A

Black with #BC967A

Text Example


Text Example

White with #BC967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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