Html Css Color HEX #BC9D6A Fallow

📋 copy color: '#BC9D6A'

red 188 ◦ green 157 ◦ blue 106

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

Shades of Fallow #BC9D6A

Tints of Fallow #BC9D6A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.81%

 BLUE value IS 106 (41.8% from 255) = 23.5%

R = 41.69%
G = 34.81%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC9D6A (or 0xBC9D6A) is known color: Fallow. HEX triplet: BC, 9D and 6A. RGB value is (188,157,106). Sum of RGB (Red+Green+Blue) = 188+157+106=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D6A is #436295. Grayscale: #A0A0A0. Windows color (decimal): -4416150 or 6987196. OLE color: 6987196.

HSL color Cylindrical-coordinate representation of color #BC9D6A: hue angle of 37.32º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC9D6A is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 157 106 -
CMYK 0 0.16 0.44 0.26
HSL 37.32º 0.38% 0.58% -
HSV(B) 37.32º 0.44% 0.74% -
XYZ 35.4 35.85 18.69 -
YUV 160.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 188 157 106 0 0.16 0.44 0.26 37.32 0.38 0.58
Hex BC 9D 6A 0 10 2C 1A 25 26 3A
Octal 274 235 152 0 20 54 32 45 46 72
Binary 10111100 10011101 1101010 0 10000 101100 11010 100101 100110 111010

Color Harmonies of #BC9D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D6A

Black with #BC9D6A

Text Example


Text Example

White with #BC9D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D6A; }

 p { color: rgb(188,157,106); }

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

background-color css

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

 a { background-color: rgb(188,157,106); }

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

border-color css

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

 span { border-color: rgb(188,157,106); }

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