Html Css Color HEX #BC9666 Fallow

📋 copy color: '#BC9666'

red 188 ◦ green 150 ◦ blue 102

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

Shades of Fallow #BC9666

Tints of Fallow #BC9666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 42.73%
G = 34.09%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC9666 (or 0xBC9666) is known color: Fallow. HEX triplet: BC, 96 and 66. RGB value is (188,150,102). Sum of RGB (Red+Green+Blue) = 188+150+102=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9666 is #436999. Grayscale: #9C9C9C. Windows color (decimal): -4417946 or 6723260. OLE color: 6723260.

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

Color convert

RGB 188 150 102 -
CMYK 0 0.20 0.46 0.26
HSL 33.49º 0.39% 0.57% -
HSV(B) 33.49º 0.46% 0.74% -
XYZ 34.04 33.46 17.24 -
YUV 155.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 188 150 102 0 0.20 0.46 0.26 33.49 0.39 0.57
Hex BC 96 66 0 14 2E 1A 21 27 39
Octal 274 226 146 0 24 56 32 41 47 71
Binary 10111100 10010110 1100110 0 10100 101110 11010 100001 100111 111001

Color Harmonies of #BC9666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9666

Black with #BC9666

Text Example


Text Example

White with #BC9666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9666; }

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

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

background-color css

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

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

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

border-color css

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

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

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