Html Css Color HEX #BC9766 Fallow

📋 copy color: '#BC9766'

red 188 ◦ green 151 ◦ blue 102

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

Shades of Fallow #BC9766

Tints of Fallow #BC9766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.24%

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

R = 42.63%
G = 34.24%
B = 23.13%

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

#BC9766 (or 0xBC9766) is known color: Fallow. HEX triplet: BC, 97 and 66. RGB value is (188,151,102). Sum of RGB (Red+Green+Blue) = 188+151+102=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9766 is #436899. Grayscale: #9C9C9C. Windows color (decimal): -4417690 or 6723516. OLE color: 6723516.

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

Color convert

RGB 188 151 102 -
CMYK 0 0.20 0.46 0.26
HSL 34.19º 0.39% 0.57% -
HSV(B) 34.19º 0.46% 0.74% -
XYZ 34.2 33.78 17.29 -
YUV 156.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 188 151 102 0 0.20 0.46 0.26 34.19 0.39 0.57
Hex BC 97 66 0 14 2E 1A 22 27 39
Octal 274 227 146 0 24 56 32 42 47 71
Binary 10111100 10010111 1100110 0 10100 101110 11010 100010 100111 111001

Color Harmonies of #BC9766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9766

Black with #BC9766

Text Example


Text Example

White with #BC9766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9766; }

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

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

background-color css

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

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

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

border-color css

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

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

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